Binary Record Fixe (#260)
* 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.
Showing
... | ... | @@ -6,3 +6,5 @@ sphinx-rtd-theme==0.2.4 |
flake8==3.5.0 | ||
Pillow==5.0.0 | ||
pre-commit==1.5.1 | ||
flask==0.12.2 | ||
protobuf==3.5.1 |
visualdl/storage/binary_record.cc
0 → 100644
想要评论请 注册 或 登录