1. 28 12月, 2020 1 次提交
    • 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
  2. 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
  3. 22 12月, 2020 1 次提交
  4. 17 12月, 2020 1 次提交
  5. 09 10月, 2020 1 次提交
  6. 21 9月, 2020 1 次提交
  7. 19 9月, 2020 1 次提交
  8. 03 9月, 2020 1 次提交
  9. 19 8月, 2020 1 次提交
  10. 18 8月, 2020 1 次提交
  11. 12 8月, 2020 1 次提交
  12. 06 8月, 2020 1 次提交
  13. 27 7月, 2020 1 次提交
  14. 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
  15. 29 6月, 2020 1 次提交
  16. 11 6月, 2020 2 次提交
  17. 22 5月, 2020 1 次提交
  18. 09 5月, 2020 1 次提交
  19. 07 5月, 2020 1 次提交
  20. 26 3月, 2020 1 次提交
  21. 15 3月, 2020 1 次提交
  22. 11 3月, 2020 1 次提交
    • P
      perf: images loading performance optimized (#587) · 6a8d29f0
      Peter Pan 提交于
      * remove unnecessary fields
      
      * performance: add cache to images
      
      * performance: add debounce to step slider
      
      * v2.0.0-beta.16
      
      * style: better type reference
      
      * fix: better implementation of revalidation & minor bug fix
      
      * v2.0.0-beta.17
      
      * feat: chinese translation adaptive
      
      * fix: select height limitation
      
      * chore: better error handling on revalidation
      
      * v2.0.0-beta.18
      6a8d29f0
  23. 10 3月, 2020 1 次提交
    • P
      fix: update python setup (#583) · b3ddbd77
      Peter Pan 提交于
      * v2.0.0-beta.12
      
      * v2.0.0-beta.13
      
      * fix: use new development server
      
      * v2.0.0-beta.14
      
      * build: build frontend from npm tarball
      
      * fix: update python setup
      b3ddbd77
  24. 06 3月, 2020 1 次提交
  25. 26 7月, 2018 1 次提交
  26. 26 4月, 2018 1 次提交
    • J
      Embedding doc (#424) · 2642aab1
      Jeff Wang 提交于
      * Use a more light weight method to get PCA and T-SNE. Update embedding documentations. Update loading animation
      
      * Reveal the embedding tab
      
      * Add the auto reload. and fix typos
      
      * Update comments
      2642aab1
  27. 25 4月, 2018 1 次提交
    • J
      Update embedding tag (#422) · c1c2232c
      Jeff Wang 提交于
      * Limit embedding tag name to be embedding only
      
      * display the runs to the user, so they can pick which embedding to see
      
      * The server now loads run parameter.
      
      * Remove the need of passing a tag name to embedding log writer and reader.
      
      * Remove un-needed fetch
      
      * Use first item in the list
      
      * rename showingRun to selectedRun
      c1c2232c
  28. 11 4月, 2018 1 次提交
  29. 06 4月, 2018 2 次提交
  30. 03 4月, 2018 1 次提交
    • J
      Embedding visualization connect (#356) · 6408cbfe
      Jeff Wang 提交于
      * Make the frontend to fetch the data from the flask server.
      
      * Provide loading animation.
      
      * Fixed format style
      Fix the issue where the display label not working.
      
      * Provide a 2D 3D switcher.
      Display the chart in 3D.
      
      * Include PCA method to do dimension reduction
      
      * Fix the style.
      
      * Fix typo
      Use === to compare type as well.
      6408cbfe
  31. 27 3月, 2018 1 次提交
    • J
      Connect text feature with back end (#341) · dbc68507
      Jeff Wang 提交于
      * Add manual Save feature.
      
      * Fix the incorrect style
      
      * Add feature to record Text
      
      * Create a simple UI for text preview.
      
      * Connect frontend with backend text data
      
      * Move a constant from parameter to the body.
      Remove test log
      dbc68507
  32. 06 3月, 2018 1 次提交
    • O
      Add Python 3 support (#286) · b0a4fddd
      Oraoto 提交于
      * Add Python 3 support
      
      * Update protobuf to 3.5 and pybind to 2.2.2
      
      * Update test scripts to use python -m
      
      * Change zip/xrange/import usages
      
      * Remove file generated by
      
      * Graph viz set up (#282)
      
      * Include the Graph requirement, GraphViz` in docs.
      
      * Provide information to the ONNX format model export.
      
      * Ask the user to download Graphviz via the website instead of brew.
      
      * Make test and build scripts compatible with python 2 & 3
      
      * A WITH_PYTHON3 option was added to cmake.
      
      * setup.py will detect runing version python, and setup up WITH_PYTHON3 environemnt variable before calling build.sh
      
      * build.sh and test.sh will handle WITH_PYTHON3
      
      * Fix pybind warning
      
      * Pass WITH_PYTHON3 correctly
      
      * Fix coding style
      
      * Add six for Python 2 and 3 Compatibility
      
      * Fix coding style
      b0a4fddd
  33. 27 1月, 2018 1 次提交
  34. 16 1月, 2018 3 次提交
  35. 15 1月, 2018 1 次提交