Unlearn-Saliency
Unlearn-Saliency copied to clipboard
FID Computation
I'm trying to reproduce your results for the FID computation.
- the import may be outdated for the FID as I had to replace FID with FrenechetInceptionDistance to get it to work
- In the setup_fid_data function you use
real_set = Fake_Imagenette( "imagenette_without_label_6", class_to_forget, transform=transform )
which doesn't work and doesn't make sense. Could you explain/help with this?