"experiments/vscode:/vscode.git/clone" did not exist on "b3d5e87b4f27ea8f41acf6b8186a4a3fe3d6d68e"
Commit a3af8e86 authored by Julien Chaumond's avatar Julien Chaumond
Browse files

Update test_trainer_distributed.py

parent eacea530
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
# python ./tests/test_trainer_distributed.py # python ./tests/test_trainer_distributed.py
# and in single-GPU mode: # and in single-GPU mode:
# CUDA_VISIBLE_DEVICES=0 python ./tests/test_trainer_distributed.py # CUDA_VISIBLE_DEVICES=0 python ./tests/test_trainer_distributed.py
# and in CPU mode:
# CUDA_VISIBLE_DEVICES=-1 python ./tests/test_trainer_distributed.py
# #
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment