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
Hi, thank you for sharing your code and data.
I'm trying to run the reverse_eng_train.py and reverse_eng_test.py scripts, but both are failing due to missing files
required in the following lines:
I downloaded the dataset of trained models from the google drive link in the Readme, but couldn't find any information about where we can access those ground-truth data.
Also, could you verify that the file in the google drive 11_model_set_1.pickle contains the 100 trained models?
When I load the file (e.g. data = torch.load('11_model_set_1.pickle), I am getting a checkpoint of a single model (and optimizers).
I'd appreciate if you could verify that this is the right file to download the trained models.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
The ground truth files are available in main directory. The model provided in the drive is correct on my side. Can you please show me the screenshot of the error you are getting?
Hi, thank you for sharing your code and data.
I'm trying to run the
reverse_eng_train.py
andreverse_eng_test.py
scripts, but both are failing due to missing filesrequired in the following lines:
I downloaded the dataset of trained models from the google drive link in the Readme, but couldn't find any information about where we can access those ground-truth data.
Also, could you verify that the file in the google drive
11_model_set_1.pickle
contains the 100 trained models?When I load the file (e.g.
data = torch.load('11_model_set_1.pickle)
, I am getting a checkpoint of a single model (and optimizers).I'd appreciate if you could verify that this is the right file to download the trained models.
Thank you!
The text was updated successfully, but these errors were encountered: