1. 01 7月, 2020 1 次提交
  2. 30 6月, 2020 1 次提交
  3. 29 6月, 2020 1 次提交
  4. 19 6月, 2020 1 次提交
  5. 18 6月, 2020 1 次提交
  6. 13 6月, 2020 1 次提交
  7. 12 6月, 2020 1 次提交
  8. 11 6月, 2020 2 次提交
  9. 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
  10. 22 5月, 2020 2 次提交
  11. 21 5月, 2020 1 次提交
    • P
      chore: render static files in memory (#638) · c1c2f166
      Peter Pan 提交于
      * bump 2.0.0-beta.2
      
      * chore: render static files in memory
      
      * fix: empty requests in high-dimensional chart
      
      * feat: reduce fetching interval when components is empty
      
      * feat: show loading tip when components is empty
      
      * chore: delete unused files
      
      * bump 2.0.0-beta.3
      
      * chore: remove model_pb argument
      
      * fix: windows file encoding error
      
      * fix: windows path sep error
      
      * feat: add --api-only argument
      
      * feat: add docker runtime
      
      * style: remove unused variable
      
      * pref: use tuple to reduce memory usage in template render
      
      * chore: build opencv for docker alpine to reduce image size
      c1c2f166
  12. 19 5月, 2020 2 次提交
  13. 18 5月, 2020 2 次提交
    • P
      add build docker file (#635) · d846c65a
      Peter Pan 提交于
      * fix: high-dimensional page error when runs and tags mismatching
      
      * build: fix build error and add docker build
      
      * build: fix build error and add docker build
      
      * build: fix build error and add docker build
      d846c65a
    • 走神的阿圆's avatar
      Add readthdocs for VisualDL. (#634) · 62dc35a9
      走神的阿圆 提交于
      * Add readthdocs for VisualDL.
      
      * Update version to beta.1
      
      * Fix readthdocs.
      
      * Fix readthdocs.
      
      * Fix readthdocs.
      62dc35a9
  14. 17 5月, 2020 1 次提交
  15. 16 5月, 2020 1 次提交
  16. 15 5月, 2020 2 次提交
    • P
      Minor bug fix (#626) · af0ad122
      Peter Pan 提交于
      * fix: navbar items order
      
      * feat: refresh components when click refresh button
      
      * v2.0.0-beta.41
      
      * bump 2.0.0-alpha.3
      
      * fix: language change support public path
      
      * v2.0.0-beta.42
      
      * bump 2.0.0-alpha.4
      af0ad122
    • P
      add public path argument (#624) · afc15b2c
      Peter Pan 提交于
      * style: lint shell scripts
      
      * fix: translation fix
      
      * feat: support changing public path when start
      
      * v2.0.0-beta.36
      
      * feat: support changing public path when start
      
      * v2.0.0-beta.37
      
      * build: core build fix
      
      * v2.0.0-beta.38
      
      * build: build frontend from source code
      
      * fix: clean static files when exit
      
      * fix: dependency version mismatching
      
      * chore: remove unused api route
      
      * fix: navbar actived link missing
      
      * feat: redirect root
      
      * fix: scalar chart tooltip value error
      
      * feat: dynamic render nav items
      
      * fix: high-dimensional page background missing
      
      * v2.0.0-beta.39
      
      * build: stop using script mode
      
      * v2.0.0-beta.40
      
      * Revert "build: stop using script mode"
      
      This reverts commit 6c1ca297.
      afc15b2c
  17. 12 5月, 2020 1 次提交
  18. 09 5月, 2020 1 次提交
  19. 07 5月, 2020 1 次提交
  20. 26 3月, 2020 2 次提交
    • 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
    • 走神的阿圆's avatar
      Add python interface for starting visualdl service . (#607) · f8aa0f06
      走神的阿圆 提交于
      * * Support starting vdl in python.
      
      * Fix null point error.
      
      * Add introduction to python startup method in README.md.
      
      * Fix blank picture cause of scalar null response.
      f8aa0f06
  21. 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
  22. 15 3月, 2020 1 次提交
  23. 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
  24. 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
  25. 06 3月, 2020 1 次提交
  26. 02 7月, 2019 1 次提交
    • L
      Fix the bug caused by Histogram. (#553) · 52e8a2c4
      linshuliang 提交于
      The Histogram Constructor have allocated memory for storing
      the variable vector<int> frequency, but not release after then.
      I have created a destructor function to free the memory.
      52e8a2c4
  27. 11 6月, 2019 1 次提交
  28. 21 2月, 2019 1 次提交
    • J
      [WIP] Add support for Julia (#529) · 47583c6f
      Jun Tian 提交于
      * sync
      
      * sync
      
      * sync
      
      * sync
      
      * only support Float32
      
      * add more data types
      
      * clang format
      
      * clang format
      
      * typo fix in vdljl.cc
      
      * Delete vdl.jl
      47583c6f
  29. 13 12月, 2018 2 次提交
  30. 12 12月, 2018 1 次提交
    • W
      fix #512 (#513) · 845a74b8
      wuzewu 提交于
      * add paddle framework.proto and support show paddle-fluid model in web page
      
      * modify the graph drawing policy, only draw operator node in default
      
      * Resolution of code style issues raised by Superjomn
      845a74b8
  31. 20 11月, 2018 1 次提交
    • N
      fix #506 (#508) · 6e213677
      nepeplwu 提交于
      * front-end add vue-i18n dependency
      
      * back-end support language selection with option --language or -L
      
      * front-end add language support with vue-i18n
      6e213677
  32. 07 8月, 2018 1 次提交
  33. 26 7月, 2018 1 次提交