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 "train_transe_FB15K237.py", line 41, in
transe.save_checkpoint('./checkpoint/transe.ckpt')
File "/root/ABC/openke/module/BaseModule.py", line 21, in save_checkpoint
torch.save(self.state_dict(), path)
File "/root/miniconda3/lib/python3.8/site-packages/torch/serialization.py", line 369, in save
with _open_file_like(f, 'wb') as opened_file:
File "/root/miniconda3/lib/python3.8/site-packages/torch/serialization.py", line 230, in _open_file_like
return _open_file(name_or_buffer, mode)
File "/root/miniconda3/lib/python3.8/site-packages/torch/serialization.py", line 211, in init
super(_open_file, self).init(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: './checkpoint/transe.ckpt'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "train_transe_FB15K237.py", line 41, in
transe.save_checkpoint('./checkpoint/transe.ckpt')
File "/root/ABC/openke/module/BaseModule.py", line 21, in save_checkpoint
torch.save(self.state_dict(), path)
File "/root/miniconda3/lib/python3.8/site-packages/torch/serialization.py", line 369, in save
with _open_file_like(f, 'wb') as opened_file:
File "/root/miniconda3/lib/python3.8/site-packages/torch/serialization.py", line 230, in _open_file_like
return _open_file(name_or_buffer, mode)
File "/root/miniconda3/lib/python3.8/site-packages/torch/serialization.py", line 211, in init
super(_open_file, self).init(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: './checkpoint/transe.ckpt'
The text was updated successfully, but these errors were encountered: