1. 28 11月, 2022 1 次提交
    • C
      Add scalars component (#1081) · f7af2157
      chenjian 提交于
      * backend of add_scalars
      
      * fix function name bug of get_scalars_tags
      
      * @zh794390558 and @ShenYuhan commented 0508
      
      * fix a bug
      
      * adapt to frontend runs need
      
      * fix proto
      
      * fix a bug
      
      * add scalars test demo
      
      * fix
      
      * adapt scalars to scalar
      
      * remove unused code
      
      * fix demo code
      
      * fix proto version
      
      * fix proto version
      
      * upgrade protoc to v3.19.0
      
      * fix a bug in logreader
      Co-authored-by: N伽利略 <jialiasus2@163.com>
      Co-authored-by: Nwuzewu <wuzewu@baidu.com>
      f7af2157
  2. 18 11月, 2022 1 次提交
  3. 15 11月, 2022 1 次提交
  4. 23 8月, 2022 1 次提交
  5. 28 6月, 2022 1 次提交
  6. 21 6月, 2022 1 次提交
  7. 11 10月, 2021 1 次提交
  8. 02 9月, 2021 1 次提交
  9. 17 6月, 2021 1 次提交
  10. 10 6月, 2021 1 次提交
  11. 22 5月, 2021 1 次提交
  12. 19 4月, 2021 1 次提交
  13. 08 4月, 2021 1 次提交
  14. 20 2月, 2021 1 次提交
  15. 26 1月, 2021 1 次提交
  16. 18 1月, 2021 1 次提交
  17. 08 1月, 2021 1 次提交
  18. 29 12月, 2020 1 次提交
  19. 28 12月, 2020 2 次提交
    • 走神的阿圆's avatar
      add csv format of scalar (#893) · 34b4085b
      走神的阿圆 提交于
      34b4085b
    • P
      bump 2.1.0 (#891) · 19e5e52e
      Peter Pan 提交于
      * style: add python lint & pre-commit
      
      * style: use pre-commit to lint fe codes
      
      * fix: show raw shape of tensor in high-dimensional chart
      
      * feat: implement random sampling in high-dimensional chart
      
      * feat: add fog in scatter chart
      
      * feat: focus hovered point in high-dimensional chart
      
      * chore: hide unfulfilled features
      
      * chore: update dependencies
      
      * fix: fix lost import
      
      * style: fix style lint
      
      * chore: fix typo
      
      * bump 2.1.0
      19e5e52e
  20. 23 12月, 2020 2 次提交
    • P
      rewrite roc curve (#881) · ae2608f1
      Peter Pan 提交于
      * 增加 roc 曲线
      
      所有更改参照pr曲线更改,在公式计算的地方更改为了 roc 的计算公式
      
      * Update index.ts
      
      语法改正
      
      * Update reducers.ts
      
      修改语法错误
      
      * 生成record_pb2.py
      
      编译生成record_pb2.py
      修改 record.proto 序号问题
      
      * Update base_component.py
      
      更正参数
      
      * Update api.py
      
      修正语法错误
      
      * add data/roc-curve
      
      前端页面
      
      * add resource
      
      add resource
      
      * Update lib.py
      
      * docs: remove luckydraw
      
      * feat: download raw data
      
      * fix conflict
      
      * chore: rewrite pr-curve & roc-curve
      
      * fix: unexpected background color in dark mode
      Co-authored-by: Niceriver97 <1105107356@qq.com>
      ae2608f1
    • 走神的阿圆's avatar
      add download scalars (#879) · e7284deb
      走神的阿圆 提交于
      * add download scalars
      
      add content-type for scalar data
      
      * delete _register_reader
      Co-authored-by: Nwuzewu <wuzewu@baidu.com>
      e7284deb
  21. 22 12月, 2020 1 次提交
  22. 17 12月, 2020 1 次提交
  23. 14 12月, 2020 1 次提交
  24. 09 10月, 2020 1 次提交
  25. 28 9月, 2020 1 次提交
  26. 21 9月, 2020 3 次提交
  27. 19 9月, 2020 1 次提交
  28. 17 9月, 2020 2 次提交
    • P
      dark mode (#814) · c0281d33
      Peter Pan 提交于
      * feat: dark mode support
      
      * chore: use redux to manage global state
      
      * chore: update dependencies
      
      * build: increase yarn network timeout to avoid build error in github action
      
      * feat: dark mode support
      
      * chore: add module preload
      c0281d33
    • P
      build: increase yarn network timeout to avoid build error in github action (#811) · 7ecc58e7
      Peter Pan 提交于
      * build: increase yarn network timeout to avoid build error in github action
      
      * chore: fix docker build
      
      * test: ignore no test error
      
      * bump fe to 2.0.1
      
      * feat: dynamic envs in vdl server
      
      * bump fe to 2.0.2
      
      * chore: fix docker build
      
      * bump fe to 2.0.3
      
      * fix: demo build error
      
      * bump fe to 2.0.4
      
      * chore: commit demo logs
      
      * bump fe to 2.0.5
      
      * fix: docker build error
      
      * docs: update demo dat
      
      * bump fe to 2.0.6
      
      * feat: support cdn deployment
      
      * bump fe to 2.0.7
      
      * feat: support cdn deployment
      
      * bump fe to 2.0.8
      
      * chore: remove default demo path
      
      * fix: graph iframe target origin
      
      * bump fe to 2.0.9
      7ecc58e7
  29. 16 9月, 2020 1 次提交
  30. 09 9月, 2020 1 次提交
    • P
      minor bugs fix (#804) · 8e562d4e
      Peter Pan 提交于
      * fix: error message cannot display correctly
      
      * fix: query string missing when redirect from root to index
      8e562d4e
  31. 07 9月, 2020 1 次提交
    • P
      better error handling (#797) · fe666692
      Peter Pan 提交于
      * build: update github actions
      
      * chore: update dependencies
      
      * feat: set smoothing from query string
      
      * feat: remember smoothing in scalar page
      
      * chore: better error handling when fetching data
      
      * feat: add error page
      
      * fix: build error in docker
      
      * fix: build error in docker
      fe666692
  32. 04 9月, 2020 1 次提交
    • P
      refactor: get rid of webpack & nextjs while introducing es module (#786) · 88719ad8
      Peter Pan 提交于
      * fix: incorrect locale redirect
      
      * chore: use millisecond
      
      * refactor: get rid of nextjs
      
      * feat: add telemetry
      
      * feat: add disable telemetry option
      
      * fix #739
      
      * fix: compatibility of nodejs 12
      
      * mute webpack
      
      * feat: show min & max value in scalar page
      
      * fix: tooltip sorting chinese translation update
      
      * style: fix lint
      88719ad8
  33. 03 9月, 2020 3 次提交