- 27 2月, 2018 1 次提交
-
-
由 Nicky Chan 提交于
* Adds backend / SDK dev doc * Update per Varun and chanwei's comment
-
- 07 2月, 2018 1 次提交
-
-
由 Jeff Wang 提交于
* rename vdl_scratch.py to vdl_create_scratch_log * Simply replace the vdl_scratch.py
-
- 06 2月, 2018 3 次提交
-
-
由 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.
-
由 Jeff Wang 提交于
* Provide instructions on virtualenv. * Clean up the detail a little bit.
-
由 Jeff Wang 提交于
* Fix python path typo in the start dev server script Kill webpack in case of python error. * Switch to use trap * capture more signal.
-
- 03 2月, 2018 3 次提交
-
-
由 Thuan Nguyen 提交于
VDL is set to retry an pybinded API call multiple times in case the call fails the first time. The issue is the method lib.retry will sleep the thread for 2 seconds after an exception. Since VDL was not running in threaded mode, this causes all request to the server to stop immediately, therefore even requests to get static resource are frozen. This change enables threaded mode in flask. (#249)
-
由 Jeff Wang 提交于
-
由 Jeff Wang 提交于
-
- 02 2月, 2018 4 次提交
-
-
由 daminglu 提交于
-
由 Jeff Wang 提交于
* Add how to develop frontend documentation. * Provide a bit of information on san file. * fix some information error * Update the documention. * Simplify the documentation. * Remove unnecessary sentences
-
由 Jeff Wang 提交于
-
由 Thuan Nguyen 提交于
Add script to call webpack to deploy and watch frontend code from within flask. Optimize script location (#236) * Add script to call webpack to deploy and watch frontend code from within flask. Optimize script location * remove npm install * Create "setup_dev_env.sh" script that will set up all the node and SDK depenencies. Create "start_dev_server.sh" to start up dev server, which will start backend server and start webpack --watch on frontend.
-
- 31 1月, 2018 3 次提交
-
-
由 daminglu 提交于
-
由 daminglu 提交于
-
由 Thuan Nguyen 提交于
* Add travis-ci job to deploy docs to visualdl.paddlepaddle.org. Update readme's to correctly show all images. * Add SSH known hosts * Add in additional restrictions for documentation deploy: * Only deploy on merge to 'develop' branch
-
- 30 1月, 2018 3 次提交
-
-
由 Yan Chunwei 提交于
-
由 Jeff Wang 提交于
Update the requirements.txt to include pre-commit
-
由 Jeff Wang 提交于
* Add the Chinese and English "Contribute Code" documentations. * Provide some more detail messages in the documentations
-
- 27 1月, 2018 2 次提交
-
-
由 Thuan Nguyen 提交于
-
由 Thuan Nguyen 提交于
* Add C++ and python style check to travis. * Update all C++/python code that violate coding standards.
-
- 26 1月, 2018 2 次提交
- 25 1月, 2018 1 次提交
-
-
由 Thuan Nguyen 提交于
docker build -f Dockerfile.demo -t visualdl:demo . docker run -p 8040:8040 visualdl:demo docker run -p 8040:8040 -v <YOUR_LOG_DIR>:/scratch_log visualdl:demo
-
- 24 1月, 2018 1 次提交
-
-
由 康行天下 提交于
-
- 21 1月, 2018 3 次提交
-
-
由 Qiao Longfei 提交于
-
由 Ria 提交于
-
由 Yan Chunwei 提交于
-
- 19 1月, 2018 3 次提交
-
-
由 Qiao Longfei 提交于
* fix build problem that the first build has no js. * use for loop to check if frontend file is duplicated * package_data use *.js *.html to match file
-
由 Qiao Longfei 提交于
-
由 WANG Lei 提交于
-
- 18 1月, 2018 3 次提交
-
-
由 Qiao Longfei 提交于
-
由 BingBlog 提交于
- 17 1月, 2018 3 次提交
-
-
由 WANG Lei 提交于
-
由 Yan Chunwei 提交于
-
由 Yan Chunwei 提交于
-
- 16 1月, 2018 4 次提交
-
-
由 abigale Li 提交于
-
由 Yan Chunwei 提交于
-
由 Qiao Longfei 提交于
* update version-number * update build and install doc * add visit address
-
由 daminglu 提交于
-