Update train_with_DALI.md

pull/738/head
littletomatodonkey 2021-05-06 15:21:46 +08:00 committed by GitHub
parent a3fd42637c
commit 93f3168a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,5 +58,5 @@ export FLAGS_fraction_of_gpu_memory_to_use=0.8
python -m paddle.distributed.launch \
--gpus="0,1,2,3,4,5,6,7" \
tools/static/train.py \
-c configs/ResNet/ResNet50_fp16.yaml
-c configs/ResNet/ResNet50_fp16.yaml
```