You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In python3, line result.extend(_pad_zeros(range(begin, end+1), len(token))) in tensorflow_on_slurm.py gives raise to a NameError 'cause "token" lives only the scope of [int(token) for token in id.split('-')].
The text was updated successfully, but these errors were encountered:
In python3, line
result.extend(_pad_zeros(range(begin, end+1), len(token)))
in tensorflow_on_slurm.py gives raise to a NameError 'cause "token" lives only the scope of[int(token) for token in id.split('-')]
.The text was updated successfully, but these errors were encountered: