There was an error while loading. Please reload this page.
1 parent 53eb452 commit 44a9380Copy full SHA for 44a9380
7-Utils/multi_gpu_train.py
@@ -18,7 +18,7 @@
18
from tensorflow.keras.preprocessing.image import ImageDataGenerator
19
from tensorflow.keras import applications
20
21
-os.environ["CUDA_VISIBLE_DEVICES"] = "0,1"
+os.environ["CUDA_VISIBLE_DEVICES"] = "0,1,2,3"
22
23
EPOCHS = 40
24
SCORE_THRESH = 0.8
0 commit comments