Skip to content

Commit 44a9380

Browse files
YunYang1994YunYang1994
YunYang1994
authored and
YunYang1994
committed
update
1 parent 53eb452 commit 44a9380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7-Utils/multi_gpu_train.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from tensorflow.keras.preprocessing.image import ImageDataGenerator
1919
from tensorflow.keras import applications
2020

21-
os.environ["CUDA_VISIBLE_DEVICES"] = "0,1"
21+
os.environ["CUDA_VISIBLE_DEVICES"] = "0,1,2,3"
2222

2323
EPOCHS = 40
2424
SCORE_THRESH = 0.8

0 commit comments

Comments
 (0)