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 "D:/all cx/temporal-ensembling-semi-supervised-master/main_temporal_ensembling.py", line 157, in
main()
File "D:/all cx/temporal-ensembling-semi-supervised-master/main_temporal_ensembling.py", line 61, in main
train_x, train_y, test_x, test_y = load_data(args.data_path)
File "D:\all cx\temporal-ensembling-semi-supervised-master\utils.py", line 11, in load_data
return data['train_x'], data['train_y'], data['test_x'], data['test_y']
File "D:\Anacondaaz\envs\python3\lib\site-packages\numpy\lib\npyio.py", line 237, in getitem
raise KeyError("%s is not a file in the archive" % key)
KeyError: 'train_x is not a file in the archive'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "D:/all cx/temporal-ensembling-semi-supervised-master/main_temporal_ensembling.py", line 157, in
main()
File "D:/all cx/temporal-ensembling-semi-supervised-master/main_temporal_ensembling.py", line 61, in main
train_x, train_y, test_x, test_y = load_data(args.data_path)
File "D:\all cx\temporal-ensembling-semi-supervised-master\utils.py", line 11, in load_data
return data['train_x'], data['train_y'], data['test_x'], data['test_y']
File "D:\Anacondaaz\envs\python3\lib\site-packages\numpy\lib\npyio.py", line 237, in getitem
raise KeyError("%s is not a file in the archive" % key)
KeyError: 'train_x is not a file in the archive'
The text was updated successfully, but these errors were encountered: