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
I use the following command: python scripts/precompute_fid_statistics.py --data data/cifar10 --dataset cifar10 --fid_dir fid_stats_dir
File "scripts/precompute_fid_statistics.py", line 9, in <module>
from fid.fid_score import compute_statistics_of_generator, save_statistics
ModuleNotFoundError: No module named 'fid'
How to solve this problem?
After I move "precompute_fid_statistics.py" out of the folder "scripts", everything is okay:
Files already downloaded and verified
Files already downloaded and verified
len train queue 782 len val queue 157 batch size 64
Downloading: "https://github.com/mseitzer/pytorch-fid/releases/download/fid_weights/pt_inception-2015-12-05-6726825d.pth" to fid_stats_dir/pt_inception-2015-12-05-6726825d.pth
100.0%
Starting to sample.
The text was updated successfully, but these errors were encountered:
I use the following command:
python scripts/precompute_fid_statistics.py --data data/cifar10 --dataset cifar10 --fid_dir fid_stats_dir
How to solve this problem?
After I move "precompute_fid_statistics.py" out of the folder "scripts", everything is okay:
The text was updated successfully, but these errors were encountered: