1. 25 4月, 2018 2 次提交
    • 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
    • J
      Update embedding search (#420) · b6f992c0
      Jeff Wang 提交于
      * Update embedding label color
      
      * Splite the data into matched and not-matched list
      
      * After switching the dimension, also filter the list
      
      * Use color variables to keep track the color
      
      * Update color.
      b6f992c0
  2. 24 4月, 2018 1 次提交
  3. 21 4月, 2018 1 次提交
    • J
      Update VisualDL documentation structure on PPO (#416) · c5b5dc08
      Jeff Wang 提交于
      * Complete re layout the documentation on PPO.
      
      * Add how to develop in cn. Also rearrange the demo location.
      
      * Update the doc to use CDN
      
      * Update installation guide.
      
      * Update the doc setting to use layout.html template
      
      * Update the documentations to fix some grammer error
      c5b5dc08
  4. 19 4月, 2018 3 次提交
  5. 18 4月, 2018 1 次提交
  6. 17 4月, 2018 2 次提交
  7. 14 4月, 2018 1 次提交
  8. 13 4月, 2018 2 次提交
  9. 12 4月, 2018 4 次提交
  10. 11 4月, 2018 5 次提交
  11. 10 4月, 2018 4 次提交
  12. 07 4月, 2018 3 次提交
  13. 06 4月, 2018 5 次提交
  14. 05 4月, 2018 3 次提交
  15. 04 4月, 2018 2 次提交
  16. 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