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
"models.py", line 224, in get_str_encoder
state_dict = torch.load(pre_trained_path, map_location=torch.device('cpu'))
.....
FileNotFoundError: [Errno 2] No such file or directory: '.../pretraining/str/GIN_256x4_muv.pt'
Then, I attempted to run structure_pretraining_muv.py and encountered another error:
FileNotFoundError: [Errno 2] No such file or directory: '.../muv_filtered_torchdrug_new.csv'
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
Run the following command:
I encountered the following error:
Then, I attempted to run structure_pretraining_muv.py and encountered another error:
The text was updated successfully, but these errors were encountered: