1. 30 3月, 2018 2 次提交
    • J
      Embedding visualization (#351) · a8cadfb7
      Jeff Wang 提交于
      a8cadfb7
    • N
      Create Audio Feature in SDK (#344) · 37a3559a
      Nicky Chan 提交于
      * Create Audio Feature in SDK
      * Add apis to record audio in SDK
      * Add corresponding apis in pybind, storage.py, sdk.h
      * Implement reservoir sampling when collecting audio samples
      
      * fix clang format and update based on comment
      
      * use int_8 for reading records and convert string directly from vector
      
      * refract isSampleTaken to IndexOfSampleTaken
      
      * fix clang format again
      37a3559a
  2. 24 3月, 2018 1 次提交
  3. 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
  4. 30 1月, 2018 1 次提交
  5. 27 1月, 2018 1 次提交
  6. 26 1月, 2018 1 次提交
  7. 16 1月, 2018 1 次提交
  8. 15 1月, 2018 1 次提交
  9. 14 1月, 2018 2 次提交
  10. 13 1月, 2018 1 次提交
  11. 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
  12. 06 1月, 2018 2 次提交
  13. 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
  14. 02 1月, 2018 1 次提交
  15. 31 12月, 2017 2 次提交
  16. 29 12月, 2017 2 次提交
  17. 28 12月, 2017 2 次提交
  18. 27 12月, 2017 2 次提交
  19. 26 12月, 2017 1 次提交
  20. 25 12月, 2017 3 次提交
  21. 23 12月, 2017 2 次提交
  22. 22 12月, 2017 3 次提交
  23. 16 12月, 2017 1 次提交
  24. 12 12月, 2017 2 次提交
  25. 11 12月, 2017 1 次提交
  26. 28 11月, 2017 1 次提交
  27. 23 11月, 2017 1 次提交