Skip to content

Commit

Permalink
Reduce Paddle RN50 test gpu mem fraction to 80% (#2115)
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Lecki <[email protected]>
  • Loading branch information
klecki committed Jul 16, 2020
1 parent fa0a922 commit 81f94e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/TL3_RN50_convergence/test_paddle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ LOG=dali.log

SECONDS=0
EPOCHS=25 # limiting to 25 epochs to save time
export FLAGS_fraction_of_gpu_memory_to_use=.85
export FLAGS_fraction_of_gpu_memory_to_use=.80
python -m paddle.distributed.launch --selected_gpus $(echo $GPUS | tr ' ' ',') \
main.py -b 128 -j 4 --lr=0.4 --epochs ${EPOCHS} ./ 2>&1 | tee $LOG

Expand Down

0 comments on commit 81f94e0

Please sign in to comment.