1. 28 4月, 2018 1 次提交
    • J
      Example doc update (#437) · 26ea0c36
      Jeff Wang 提交于
      * Add a new PyTorch example to show embedding.
      Update pybind document.
      
      * Change the function of embedding to take word
      dictionary.
      26ea0c36
  2. 26 4月, 2018 1 次提交
    • J
      Embedding doc (#424) · 2642aab1
      Jeff Wang 提交于
      * Use a more light weight method to get PCA and T-SNE. Update embedding documentations. Update loading animation
      
      * Reveal the embedding tab
      
      * Add the auto reload. and fix typos
      
      * Update comments
      2642aab1
  3. 14 4月, 2018 1 次提交
  4. 12 4月, 2018 1 次提交
  5. 10 4月, 2018 1 次提交
  6. 06 4月, 2018 1 次提交
    • N
      Complete audio data integration: (#366) · d64553b6
      Nicky Chan 提交于
      * Complete audio data integration:
      * Add num channels, sample width, sample rate as params
      * Generate audio file with proper params
      
      * clang format
      d64553b6
  7. 05 4月, 2018 1 次提交
  8. 04 4月, 2018 1 次提交
  9. 30 3月, 2018 3 次提交
  10. 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
  11. 24 3月, 2018 2 次提交
    • J
      Create text feature (#333) · 3afc5b2d
      Jeff Wang 提交于
      * Add manual Save feature.
      
      * Fix the incorrect style
      
      * Add feature to record Text
      3afc5b2d
    • J
      Fix travis (#336) · aa56f336
      Jeff Wang 提交于
      * Fix the incorrect test cases
      
      * Move the doc related commands to a script.
      
      * Add X to the deploy_docs_on_travis.sh permission
      aa56f336
  12. 23 3月, 2018 3 次提交
  13. 13 3月, 2018 1 次提交
  14. 06 3月, 2018 2 次提交
    • J
      Add sphinx doc in PyBind file. Provide more documentation (#292) · 723c5032
      Jeff Wang 提交于
      * Add the support to write documentation in the pybind directly.
      
      * Provide more detail of the API documentations.
      723c5032
    • 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
  15. 06 2月, 2018 1 次提交
    • T
      Binary Record Fixe (#260) · ef48ef34
      Thuan Nguyen 提交于
      * Binary Record Fixes
      
      * Fixed issues with binary_record.h filename generator method.  std::hash is not consistent across OS.  It will generate different hash's when ran on different OS on the same string.  Change the filename generator to use a static counter.  It will be more ideal to use UUID generator available in boost 1.4.2, however, boost 1.4.2 has problems compiling on c++11 \n* Fix issue with pytorch demo where it logs to the absolute path /workspace
      
      * Fix performance issue on server when server fails to load image file.  Currently server retries an API call 3 times before it fails, at which point it'll sleep the thread for 2 secs.  This becomes problematic when there are alot of SDK errors.  I'll create seperate issue to refine the retry logic to not be so expensive on the server.
      ef48ef34
  16. 30 1月, 2018 1 次提交
  17. 27 1月, 2018 2 次提交
  18. 26 1月, 2018 1 次提交
  19. 16 1月, 2018 2 次提交
  20. 15 1月, 2018 1 次提交
  21. 14 1月, 2018 2 次提交
  22. 13 1月, 2018 2 次提交
  23. 12 1月, 2018 2 次提交
  24. 10 1月, 2018 1 次提交
  25. 09 1月, 2018 1 次提交
  26. 08 1月, 2018 1 次提交
  27. 06 1月, 2018 2 次提交
  28. 03 1月, 2018 1 次提交
    • T
      Fixed some compilation errors and unit test failure: · ff3e0549
      Thuan Nguyen 提交于
      * link in eigen3 library to vl_test target
      * Add new "template class SimpleWriteSyncGuard<Entry<long long>>;", since build will fail on OSX
      * Add template keyboard to data<T>(0).Get() (otherwise this fails on OSX)
      * Fix unit test in sdk_test.cc
      
      Tested build and unit test run on OSX and Ubuntu with no issues
      ff3e0549