We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d3e1d commit cfffe9fCopy full SHA for cfffe9f
qa/TL1_paddle_ssd/test.sh
@@ -5,6 +5,9 @@ pip_packages="paddlepaddle-gpu"
5
target_dir=./docs/examples/use_cases/paddle/ssd/
6
7
test_body() {
8
+ # This test is incompatible with multi-gpu environments.
9
+ export CUDA_VISIBLE_DEVICES=0
10
+
11
python train.py --check-loss-steps=300 -b 8 /data/coco/coco-2017/coco2017/
12
}
13
0 commit comments