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
Traceback (most recent call last):
File "main.py", line 15, in
from utils import progress_bar
File "D:\classification-cifar10-pytorch-master\utils.py", line 45, in
_, term_width = os.popen('stty size', 'r').read().split()
ValueError: not enough values to unpack (expected 2, got 0)
The text was updated successfully, but these errors were encountered:
Is the checkpoint neccessary to train the net? When I run it, the error occured: Traceback (most recent call last):
File "main.py", line 77, in
assert os.path.isdir('checkpoint'), 'Error: no checkpoint directory found!'
AssertionError: Error: no checkpoint directory found!
Traceback (most recent call last):
File "main.py", line 15, in
from utils import progress_bar
File "D:\classification-cifar10-pytorch-master\utils.py", line 45, in
_, term_width = os.popen('stty size', 'r').read().split()
ValueError: not enough values to unpack (expected 2, got 0)
The text was updated successfully, but these errors were encountered: