1. 10 3月, 2020 1 次提交
    • P
      Update build environment & publish npm package (#581) · d9180ea1
      Peter Pan 提交于
      * build: optimize wasm files
      
      * build: use bionic instead of trusty
      
      * build: build wasm first
      
      * build: fix path overwritten
      
      * build: disable rustup changing path
      
      * build: fix typo
      
      * build: test path
      
      * build: re-export path when build
      
      * build: update build scripts
      
      * build: frozen lock file when building
      
      * build: fix syntax error
      
      * v2.0.0-beta.9
      
      * v2.0.0-beta.11
      
      * build: publish npm package
      d9180ea1
  2. 08 3月, 2020 2 次提交
  3. 07 3月, 2020 1 次提交
  4. 06 3月, 2020 2 次提交
  5. 05 3月, 2020 1 次提交
  6. 04 3月, 2020 2 次提交
  7. 02 3月, 2020 1 次提交
    • P
      opt-in for SSG, remove server-side data fetching & server-side i18n (#574) · b2b2eb41
      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
      
      * add simplified chinese readme
      
      * build: travis
      
      * build: travis
      
      * style: fix type errors
      
      * build: travis-ci
      
      * fix: remove unused page
      
      * add docker build
      
      * opt-in for SSG, remove server-side data fetching & server-side i18n
      Co-authored-by: NNiandalu <Niandalu@users.noreply.github.com>
      b2b2eb41
  8. 01 3月, 2020 6 次提交
    • N
      feat: update graph page locale file & some code polishment (#573) · 73c30cdb
      Niandalu 提交于
      * feat: update graph page locale file & some code polishment
      
      * feat: update graph page locale file & some code polishment
      
      * fix: eslint violations
      
      * fix: dedup
      73c30cdb
    • P
      Update README.md · e903e752
      Peter Pan 提交于
      e903e752
    • P
      Update README_cn.md · 09ae1eb4
      Peter Pan 提交于
      09ae1eb4
    • P
      Update README_cn.md · 69f944d1
      Peter Pan 提交于
      69f944d1
    • P
      Update README.md · 77efea25
      Peter Pan 提交于
      77efea25
    • P
      fix travis-ci and update README.md (#572) · 987b589b
      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
      
      * add simplified chinese readme
      
      * build: travis
      
      * build: travis
      
      * style: fix type errors
      
      * build: travis-ci
      
      * fix: remove unused page
      Co-authored-by: NNiandalu <Niandalu@users.noreply.github.com>
      987b589b
  9. 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
  10. 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
  11. 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
  12. 11 6月, 2019 1 次提交
  13. 06 6月, 2019 1 次提交
  14. 20 3月, 2019 1 次提交
  15. 15 3月, 2019 1 次提交
  16. 12 3月, 2019 1 次提交
  17. 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
  18. 25 1月, 2019 1 次提交
  19. 19 12月, 2018 1 次提交
    • V
      Update the docs building workflow for PPO (#521) · 58a7a35f
      Varun Arora 提交于
      * Update the travis script
      
      * update doc generate path
      
      * revert test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * Update script
      
      * Pull from PPO develop branch to test
      
      * Remove tmp print messages
      
      * We don't need no, PYTHONIFICATION
      
      * Fill small shell typo
      58a7a35f
  20. 17 12月, 2018 1 次提交
  21. 13 12月, 2018 2 次提交
  22. 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
  23. 26 11月, 2018 1 次提交
  24. 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
  25. 27 9月, 2018 1 次提交
  26. 26 9月, 2018 1 次提交
  27. 05 9月, 2018 1 次提交
  28. 22 8月, 2018 2 次提交
  29. 16 8月, 2018 1 次提交
  30. 14 8月, 2018 1 次提交