1. 10 11月, 2021 1 次提交
  2. 22 5月, 2021 1 次提交
  3. 19 5月, 2021 1 次提交
    • P
      Hyper parameters (#960) · 3699edf3
      Peter Pan 提交于
      * feat: hyper-parameters
      
      * feat: hyper-parameters
      
      * feat: hyper-parameters
      
      * feat: hyper-parameters
      
      * feat: hyper-parameters
      
      * feat: hyper-parameters
      
      * feat: hyper-parameters
      
      * feat: hyper-parameters
      
      * feat: hyper-parameters
      3699edf3
  4. 23 12月, 2020 1 次提交
    • 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
  5. 17 12月, 2020 1 次提交
    • P
      Rewrite High-Dimensional (#869) · f501709b
      Peter Pan 提交于
      * feat: rewrite high-dimensional
      
      * chore: update dependencies
      
      * chore: update dependencies
      
      * chore: rewrite scatter chart
      
      * feat: t-sne for high-dimensional
      
      * feat: umap for high-dimensional
      
      * feat: add hover effects in high-dimensional
      
      * feat: add hover label in high-dimensional chart
      
      * chore: update dependencies
      
      * feat: search & highlight in high-dimensional chart
      
      * chore: update dependencies
      
      * fix: resolve type
      
      * chore: remove unused code
      f501709b
  6. 23 11月, 2020 1 次提交
    • P
      minor bugs fix (#851) · 0e38ff74
      Peter Pan 提交于
      * fix: get nearest points listed in tooltip of scalar page by selected x-axis
      
      * fix: humanize relative time display in tooltip of scalar chart
      
      * fix: fix y axis range error in scalar chart (fix #765)
      0e38ff74
  7. 24 9月, 2020 1 次提交
    • P
      sample pages improvement (close #757, #758) (#829) · e50c15b0
      Peter Pan 提交于
      * chore: set server address
      
      * chore: add bce-python-sdk to requirements
      
      * fix: limit max length of runs in chart tooltip table
      
      * feat: add keyboard shortcuts in sample page
      
      * feat: add image preview in image sample page
      e50c15b0
  8. 17 9月, 2020 1 次提交
    • 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
  9. 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
  10. 17 7月, 2020 2 次提交
    • P
      minor bug fix in sample pages (#721) · a31d235d
      Peter Pan 提交于
      * fix: sample rate display error
      
      * bump 2.0.0-beta.8
      
      * feat: decode mp3 audio sample rate
      
      * fix: compatibility of safari
      
      * chore: use shared audio context to decrease memory usage
      
      * fix: chinese translation
      
      * fix: formalize volumn slider in different browser
      
      * fix: display error when chart maximized
      a31d235d
    • P
      Minor bug fix in sample pages (#720) · 69d1dd0d
      Peter Pan 提交于
      * fix: get sample rate from wav raw
      
      * feat: add sample indicator in sample pages
      
      * fix: use query string to disable font cache
      69d1dd0d
  11. 16 7月, 2020 1 次提交
    • P
      Audio (#717) · d6b10994
      Peter Pan 提交于
      * rename pages to remove trailing 's'
      
      * feat: navbar support dropdown menu
      
      * feat: audio sample page
      
      * chore: update dependencies
      
      * style: fix lint
      
      * v2.0.0-beta.46
      
      * chore: fix import method
      
      * v2.0.0-beta.47
      
      * chore: remove unused code
      
      * v2.0.0-beta.48
      
      * fix: navbar submenu overflow when hover
      
      * v2.0.0-beta.49
      d6b10994
  12. 13 7月, 2020 1 次提交
    • P
      frontend: remove runtime public path config (#711) · 4a271956
      Peter Pan 提交于
      * build: remove protobufjs dependency
      
      * chore: support runtime config
      
      * v2.0.0-beta.44
      
      * fix: api url build config
      
      * v2.0.0-beta.45
      
      * fix: give up runtime config
      
      * fix code style
      
      * use publicPath config in i18n
      
      * fix python app typo
      4a271956
  13. 12 6月, 2020 1 次提交
  14. 05 6月, 2020 1 次提交
    • P
      feat: integrate netron (#651) · bedaa029
      Peter Pan 提交于
      * chore: update dependencies
      
      * feat: high-dimensional chart will fit screen size now
      
      * fix: scatter chart cannot be rendered properly
      
      * chore: separate api module
      
      * intergrate netron
      
      * intergrate netron
      
      * feat: graphs
      
      * style: fix lint
      
      * chore: update dependencies
      
      * fix: type error
      
      * chore: update dependencies
      
      * chore: update graph color
      bedaa029
  15. 07 5月, 2020 1 次提交
    • P
      feat(frontend): newly-designed scalar & sample page (#618) · 2631225a
      Peter Pan 提交于
      * chore: update dependencies
      
      * fix: wrong language detection in development
      
      * feat: add new icons for future features
      
      * feat: add refresh and language changing
      
      * feat: remove scalar x-axis label
      
      * feat: add scalar chart toolbox
      
      * fix: move const out of type defination
      
      * feat: maximize scalar chart
      
      * feat: chart toolbox tooltip
      
      * build: update dependencies
      
      * feat: new scalar chart page
      
      * pref: better component reuse in chart page
      
      * fix: re-design of button component
      
      * feat: new scalar side bar
      
      * style: fix lint
      
      * fix: remove samples page
      
      * fix: runs color mismatch
      
      * build: update dependencies
      
      * feat: newly-designed image samples page
      
      * feat: add run indicator in scalar chart tooltip
      
      * feat: add empty tip when nothing selected in scalar and sample page
      2631225a
  16. 09 4月, 2020 1 次提交
    • P
      chore: use yarn workspaces to disassembly dependencies (#612) · e6cc798e
      Peter Pan 提交于
      * resolve server rename conflict
      
      * feat: add running toggle stopped color
      
      * feat: revalidate runs and tags when refreshing
      
      * fix: make language optional
      
      * fix: language before open_browser
      
      * fix: scalar chart x axis value overflow
      
      * fix: unnecessary param when cli stop
      
      * build: customize navbar items when build
      
      * chore: use yarn workspaces to disassembly dependencies
      
      * fix: add missing test script
      
      * build: update dependencies
      
      * build: install yarn before build
      
      * build: fix test script error
      
      * build: remove NODE_ENV when build
      
      * build: add wine to build windows app in linux
      
      * build: disable app publish by default
      
      * build: introduce lerna
      
      * build: adapter new frontend
      
      * build: exact version when publish
      e6cc798e
  17. 26 3月, 2020 1 次提交
    • P
      frontend 2.0.0-beta.26 (#609) · d7e87995
      Peter Pan 提交于
      * resolve server rename conflict
      
      * feat: add running toggle stopped color
      
      * feat: revalidate runs and tags when refreshing
      
      * v2.0.0-beta.26
      
      * fix: make language optional
      
      * fix: language before open_browser
      d7e87995
  18. 24 3月, 2020 1 次提交
    • P
      frontend 2.0.0-beta.24: more style lint rules, add server language detection,... · cdb82390
      Peter Pan 提交于
      frontend 2.0.0-beta.24: more style lint rules, add server language detection, build process improvement (#604)
      
      * chore: fit requirements of python 3
      
      * feat: fix global frontend lint
      
      * build: use cached frontend package
      
      * feat: add browser language detection
      
      * style: introduce sort imports, more style mixins
      
      * 2.0.0-beta.24
      cdb82390
  19. 06 3月, 2020 2 次提交
  20. 29 2月, 2020 1 次提交
    • P
      VisualDL 2.0 development in progress (#571) · bfa23c25
      Peter Pan 提交于
      * refactor: initialize VisualDL 2.0
      
      * refactor: fix dev server problem
      
      * refactor: add i18n
      
      * refactor: fix i18n
      
      * infra i18n支持
      
      * styled-components for debug
      
      * infra. essential hack for styled comopnent
      
      * use yaml for translation
      
      * fix: navbar url problem
      
      * feat: add nuxt module to build locales
      
      * fix: index route redirect error
      
      * feat: add page title
      
      * refactor: move i18n to module
      
      * feat: add html lang attribute
      
      * R.I.P
      
      * Hello React
      
      * refactor: initialize VisualDL 2.0
      
      * fix: layout rerender
      
      * add favicon
      
      * add page title
      
      * add meta tags
      
      * feat: finish tag filter
      
      * refactor: hook tastes good
      
      * add single select
      
      * finish components
      
      * add api server
      
      * scalars segregate metrics
      
      * json-server sucks
      
      * echarts
      
      * add eslint
      
      * bug fix
      
      * finish scalars page
      
      * change layout, fix aside
      
      * add commit hook
      
      * use tag filter hook
      
      * add chart loading
      
      * encapsulate run select
      
      * samples page under construction
      
      * finish images
      
      * feat: graph page, still need some polishment
      
      * finish high-dimensional
      
      * fix mock data problem
      
      * update readme
      
      * fix build
      
      * fix: use Buffer.from instead of constractor
      
      * update Readme
      Co-authored-by: NNiandalu <Niandalu@users.noreply.github.com>
      bfa23c25