Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ground truth file missing #12

Open
cocoaaa opened this issue Feb 5, 2022 · 1 comment
Open

Ground truth file missing #12

cocoaaa opened this issue Feb 5, 2022 · 1 comment

Comments

@cocoaaa
Copy link

cocoaaa commented Feb 5, 2022

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:

ground_truth_net_all=torch.from_numpy(np.load(opt.ground_truth_dir+ "ground_truth_net_arch_100_15dim.npy"))
ground_truth_loss_all=torch.from_numpy(np.load(opt.ground_truth_dir+ "ground_truth_loss_100_3dim.npy"))
ground_truth_loss_9_all=torch.from_numpy(np.load(opt.ground_truth_dir+ "ground_truth_loss_100_9dim.npy"))

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!

@vishal3477
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants