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
when I use svhn_gray.pkl.gz, There is an error: Traceback (most recent call last): File "main_sm.py", line 20, in <module> (Xr_train, y_train), (X_test, y_test) = load_svhn(dataset='./svhn_gray.pkl.gz') #source File “./dataset.py”, line53, ValueError: too many values to unpack
anyone encounterd this issue?
The text was updated successfully, but these errors were encountered:
when I use svhn_gray.pkl.gz, There is an error:
Traceback (most recent call last): File "main_sm.py", line 20, in <module> (Xr_train, y_train), (X_test, y_test) = load_svhn(dataset='./svhn_gray.pkl.gz') #source File “./dataset.py”, line53, ValueError: too many values to unpack
anyone encounterd this issue?
The text was updated successfully, but these errors were encountered: