1. 11 4月, 2018 3 次提交
  2. 06 4月, 2018 2 次提交
  3. 23 3月, 2018 1 次提交
    • J
      Adjust sync cycle (#328) · 2267c4e8
      Jeff Wang 提交于
      * Adjust the sync_cycle automatically.
      
      * Change the multiplier type to double.
      
      * Adjust the sync_period.
      
      * Fix comment.
      
      * Add the pre-commit
      
      * Run pre-commit with other files.
      2267c4e8
  4. 14 3月, 2018 1 次提交
    • J
      Docs update for release (#317) · 63086205
      Jeff Wang 提交于
      * Update the version number
      Update the doc to include Vue
      Update the doc to give more details on the sync_cycle
      Update the doc to include python 3
      
      * Update the LogWriter constructor doc.
      
      * Update the package copy directory.
      
      * Update the version to 0.0.2 (implying beta now)
      
      * Update the vdl_create_scratch_log to python 3 as well.
      63086205
  5. 08 3月, 2018 2 次提交
  6. 07 2月, 2018 1 次提交
  7. 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
  8. 02 2月, 2018 1 次提交
  9. 31 1月, 2018 2 次提交
  10. 27 1月, 2018 1 次提交
  11. 17 1月, 2018 1 次提交
  12. 16 1月, 2018 5 次提交
  13. 15 1月, 2018 2 次提交
  14. 13 1月, 2018 1 次提交
    • D
      demo mxnet (#116) · 9867588d
      daminglu 提交于
      * demo mxnet
      
      * test refer local file
      
      * to english
      
      * link anchor
      
      * anchor should work
      
      * anchor to lower case
      
      * pylint
      9867588d
  15. 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