We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a232f1 commit a94d1acCopy full SHA for a94d1ac
tutorials/train/README.md
@@ -35,6 +35,7 @@
35
* 在安装PaddleX后,使用如下命令开始训练,代码会自动下载训练数据, 并均使用单张GPU卡进行训练。
36
37
```
38
+export CUDA_VISIBLE_DEVICES=0
39
python image_classification/mobilenetv3_small.py
40
41
0 commit comments