We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190f8fa commit 2ff9485Copy full SHA for 2ff9485
mnist/README.md
@@ -3,4 +3,5 @@
3
```bash
4
pip install -r requirements.txt
5
python main.py
6
+# CUDA_VISIBLE_DEVICES=2 python main.py # to specify GPU id to ex. 2
7
```
0 commit comments