1. 29 1月, 2021 2 次提交
  2. 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
  3. 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
  4. 22 12月, 2020 1 次提交
  5. 17 8月, 2020 1 次提交
  6. 03 8月, 2020 1 次提交
  7. 29 6月, 2020 1 次提交
  8. 23 6月, 2020 1 次提交
  9. 11 6月, 2020 1 次提交
  10. 09 5月, 2020 1 次提交
  11. 07 5月, 2020 1 次提交
  12. 21 6月, 2019 1 次提交
    • L
      Add usage manual for VisualDL, and modify four pictures in directory... · d2c63ee5
      linshuliang 提交于
      Add usage manual for VisualDL, and modify four pictures in directory demo/component/usage_interface. (#549)
      
      The usage maunal will be helpful for beginners to make use of VisualDL.
      
      The components of ViusalDL are introduced in details,
      including definitions of functions, parameters explanations.
      Moreover, demos are given for each component.
      
      The former pictures of demo are lack of some details in the frontend webpage,
      I upload new pictures to make demo more intuitive.
      d2c63ee5
  13. 06 6月, 2019 1 次提交
  14. 20 3月, 2019 1 次提交
  15. 17 12月, 2018 1 次提交
  16. 05 9月, 2018 1 次提交
  17. 25 7月, 2018 1 次提交
  18. 20 7月, 2018 1 次提交
  19. 19 7月, 2018 1 次提交
  20. 12 7月, 2018 1 次提交
  21. 06 7月, 2018 1 次提交
  22. 01 5月, 2018 1 次提交
    • J
      How to use embedding doc (#442) · d9a71463
      Jeff Wang 提交于
      * Add the 'how to use embedding' tutorial
      
      * Add the chinese version of how to use embedding doc
      
      * update syntax
      
      * add punctuation
      
      * change visualdl to visualDL
      
      * Prove reading
      
      * prove reading
      d9a71463
  23. 28 4月, 2018 2 次提交
  24. 26 4月, 2018 2 次提交
  25. 11 4月, 2018 3 次提交
  26. 06 4月, 2018 2 次提交
  27. 23 3月, 2018 1 次提交
    • J
      Adjust sync cycle (#328) · 2267c4e8
      Jeff Wang 提交于
      * Adjust the sync_cycle automatically.
      
      * Change the multiplier type to double.
      
      * Adjust the sync_period.
      
      * Fix comment.
      
      * Add the pre-commit
      
      * Run pre-commit with other files.
      2267c4e8
  28. 14 3月, 2018 1 次提交
    • J
      Docs update for release (#317) · 63086205
      Jeff Wang 提交于
      * Update the version number
      Update the doc to include Vue
      Update the doc to give more details on the sync_cycle
      Update the doc to include python 3
      
      * Update the LogWriter constructor doc.
      
      * Update the package copy directory.
      
      * Update the version to 0.0.2 (implying beta now)
      
      * Update the vdl_create_scratch_log to python 3 as well.
      63086205
  29. 08 3月, 2018 2 次提交
  30. 07 2月, 2018 1 次提交
  31. 06 2月, 2018 1 次提交
    • T
      Binary Record Fixe (#260) · ef48ef34
      Thuan Nguyen 提交于
      * Binary Record Fixes
      
      * Fixed issues with binary_record.h filename generator method.  std::hash is not consistent across OS.  It will generate different hash's when ran on different OS on the same string.  Change the filename generator to use a static counter.  It will be more ideal to use UUID generator available in boost 1.4.2, however, boost 1.4.2 has problems compiling on c++11 \n* Fix issue with pytorch demo where it logs to the absolute path /workspace
      
      * Fix performance issue on server when server fails to load image file.  Currently server retries an API call 3 times before it fails, at which point it'll sleep the thread for 2 secs.  This becomes problematic when there are alot of SDK errors.  I'll create seperate issue to refine the retry logic to not be so expensive on the server.
      ef48ef34
  32. 02 2月, 2018 1 次提交
  33. 31 1月, 2018 1 次提交