Skip to content

Commit cfffe9f

Browse files
authored
Fix paddle ssd (#2765)
Make Paddle SSD L1 pass on multi-gpu system. Signed-off-by: Albert Wolant <[email protected]>
1 parent b5d3e1d commit cfffe9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

qa/TL1_paddle_ssd/test.sh

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ pip_packages="paddlepaddle-gpu"
55
target_dir=./docs/examples/use_cases/paddle/ssd/
66

77
test_body() {
8+
# This test is incompatible with multi-gpu environments.
9+
export CUDA_VISIBLE_DEVICES=0
10+
811
python train.py --check-loss-steps=300 -b 8 /data/coco/coco-2017/coco2017/
912
}
1013

0 commit comments

Comments
 (0)