1. 25 4月, 2018 1 次提交
    • 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
  2. 11 4月, 2018 1 次提交
  3. 06 4月, 2018 2 次提交
  4. 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
  5. 27 3月, 2018 1 次提交
    • J
      Connect text feature with back end (#341) · dbc68507
      Jeff Wang 提交于
      * Add manual Save feature.
      
      * Fix the incorrect style
      
      * Add feature to record Text
      
      * Create a simple UI for text preview.
      
      * Connect frontend with backend text data
      
      * Move a constant from parameter to the body.
      Remove test log
      dbc68507
  6. 06 3月, 2018 1 次提交
    • O
      Add Python 3 support (#286) · b0a4fddd
      Oraoto 提交于
      * Add Python 3 support
      
      * Update protobuf to 3.5 and pybind to 2.2.2
      
      * Update test scripts to use python -m
      
      * Change zip/xrange/import usages
      
      * Remove file generated by
      
      * Graph viz set up (#282)
      
      * Include the Graph requirement, GraphViz` in docs.
      
      * Provide information to the ONNX format model export.
      
      * Ask the user to download Graphviz via the website instead of brew.
      
      * Make test and build scripts compatible with python 2 & 3
      
      * A WITH_PYTHON3 option was added to cmake.
      
      * setup.py will detect runing version python, and setup up WITH_PYTHON3 environemnt variable before calling build.sh
      
      * build.sh and test.sh will handle WITH_PYTHON3
      
      * Fix pybind warning
      
      * Pass WITH_PYTHON3 correctly
      
      * Fix coding style
      
      * Add six for Python 2 and 3 Compatibility
      
      * Fix coding style
      b0a4fddd
  7. 27 1月, 2018 1 次提交
  8. 16 1月, 2018 3 次提交
  9. 15 1月, 2018 2 次提交
  10. 14 1月, 2018 2 次提交
  11. 13 1月, 2018 1 次提交
  12. 12 1月, 2018 1 次提交
    • Q
      add PaddlePaddle demo (#91) · fbff7ef9
      Qiao Longfei 提交于
      * init paddle
      
      * add image writer
      
      * change sample numble to 4
      
      * add image and conv image
      
      * add histogram
      
      * rename test file
      fbff7ef9
  13. 08 1月, 2018 1 次提交
  14. 06 1月, 2018 1 次提交
  15. 04 1月, 2018 2 次提交
  16. 02 1月, 2018 14 次提交
  17. 28 12月, 2017 3 次提交
  18. 27 12月, 2017 2 次提交
    • S
      fix image · 7f500f45
      superjom 提交于
      just a trick to store int8 in protobuf
      
      should limit the maximum image shape latter
      7f500f45
    • S
      apply isort · bb3ac6fc
      superjom 提交于
      bb3ac6fc