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
deffid_score(num_real_samples,
num_fake_samples,
netG,
dataset, # The argument which is in torch_mimicry.metrics.evaluate() should be same as this oneseed=0,
device=None,
batch_size=50,
verbose=True,
stats_file=None,
log_dir='./log'):
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue, I updated the library some time back but I forgot to update the README so it was still using an old argument that is not valid anymore. I've fixed this issue in a recent PR linked.
Please reinstall with pip install git+https://github.com/kwotsin/mimicry.git for the latest version, thank you!
The Argument which is
in
torch_mimicry.metrics.evaluate() should be dataset ,but not dataset_nameerr:
fid_score() got an unexpected keyword argument 'dataset_name'
README.md:
Documentation:
# Evaluate fid
I think that's why:
argument: dataset
The text was updated successfully, but these errors were encountered: