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 7383da7 commit 990ce1bCopy full SHA for 990ce1b
source/train/Local.py
@@ -8,6 +8,6 @@ def get_resource ():
8
if gpus != "" :
9
gpus = gpus.split(",")
10
gpus = [int(ii) for ii in gpus]
11
- else gpus == "":
+ else :
12
gpus = []
13
return nodename, nodelist, gpus
0 commit comments