vishal3477 / Reverse_Engineering_GMs

Official Pytorch implementation of paper "Reverse Engineering of Generative Models: Inferring Model Hyperparameters from Generated Images"
132 stars 18 forks source link

Groundtruth Files Issue #5

Closed ssablak closed 2 years ago

ssablak commented 2 years ago

Hi Vishal, Where can I download the following files? I see three .npy files on the repo but the naming is not matching the exact files between repo and source code.

I changed the filename in repo below

FROM ground_truth_loss_func_3dim_file.npy ground_truth_loss_func_8dim_file.npy ground_truth_net_arch_15dim_file.npy groundtruth2

TO below ground_truth_loss_100_9dim.npy ground_truth_net_arch_100_15dim.npy ground_truth_loss_100_3dim.npy

groundtruthfiles

But it didn't run through. It gives the following error

error

Thanks, -Steve

vishal3477 commented 2 years ago

Thanks for pointing it out. I have made a change. Can you please try again now?