tree: a913b8b40e6bc8847143e956b6e35600d3bf2df6 [path history] [tgz]
  1. mxnet_keras_integration_tests/
  2. TestDoc/
  3. .gitignore
  4. dist_lenet.py
  5. dist_sync_kvstore.py
  6. download.sh
  7. Jenkinsfile
  8. multi_lenet.py
  9. README.md
  10. sh2ju.sh
  11. test_all.sh
  12. test_kvstore.py
  13. test_mxnet_keras_integration_cpu.sh
  14. test_mxnet_keras_integration_gpu.sh
  15. test_tutorial.py
  16. test_tutorial_config.txt
tests/nightly/README.md

Nightly build for mxnet

This fold contains scripts to test some heavy jobs, often training with multiple GPUs, to ensure everything is right. Normally it runs everyday. The current build server is equipped with Intel i7-4790 and 4 Nvidia GTX 970 Tis. The build status is available at ci.dmlc.ml. We thank Dave Andersen for providing the build machine.

How to use

Run locallly

Run tests/nightly/test_all.sh 4 if there are 4 GPUs.

Run on Jenkins

First merge codes into the master branch, then go to http://ci.dmlc.ml/job/mxnet/, click Build Now.