1. 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
  2. 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
  3. 11 6月, 2019 1 次提交
  4. 06 6月, 2019 1 次提交
  5. 20 3月, 2019 1 次提交
  6. 15 3月, 2019 1 次提交
  7. 12 3月, 2019 1 次提交
  8. 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
  9. 25 1月, 2019 1 次提交
  10. 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
  11. 17 12月, 2018 1 次提交
  12. 13 12月, 2018 2 次提交
  13. 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
  14. 26 11月, 2018 1 次提交
  15. 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
  16. 27 9月, 2018 1 次提交
  17. 26 9月, 2018 1 次提交
  18. 05 9月, 2018 1 次提交
  19. 22 8月, 2018 2 次提交
  20. 16 8月, 2018 1 次提交
  21. 14 8月, 2018 1 次提交
  22. 07 8月, 2018 1 次提交
  23. 03 8月, 2018 2 次提交
  24. 01 8月, 2018 1 次提交
  25. 26 7月, 2018 1 次提交
  26. 25 7月, 2018 2 次提交
  27. 20 7月, 2018 1 次提交
  28. 19 7月, 2018 1 次提交
  29. 14 7月, 2018 1 次提交
    • N
      Update logo (#469) · edec7564
      Nicky Chan 提交于
      * Add install by sources section and a link to dev server
      
      * Update VisualDL logo
      edec7564
  30. 12 7月, 2018 1 次提交
  31. 09 7月, 2018 1 次提交
  32. 06 7月, 2018 2 次提交
  33. 14 6月, 2018 1 次提交
    • O
      Add preliminary support for Windows (#461) · 19e24f76
      Oraoto 提交于
      * Add preliminary support for Windows
      
          Known issues:
      
          1. No zlib support for protobuf
          2. Manual editting to core.vcxproj are required
          3. No build and packge script support
          4. Not tesetd, may break linux build
      
      * Add build script and batch file for Windows
      
      * Fix linux build and include batch file in wheel
      
      * Fix Python 2.7 build
      
      * Define NOMINMAX instead of preventing macro expansion
      19e24f76
  34. 01 6月, 2018 1 次提交
  35. 23 5月, 2018 1 次提交