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
When I retrain the eg3d model using python train.py --outdir=~/training-runs --cfg=ffhq --data ./FFHQ_512.zip --gpus=4 --batch=16 --gamma=1 --gen_pose_cond=True, I noticed that when evaluation during training, the FID is quite high (~95) even after 13000 kimgs:
However, when I evaluate the same checkpoint using single evaluation script like this: python calc_metrics.py --metrics=fid50k_full --data ./FFHQ_512.zip --network ./network-snapshot-013000.pkl , the FID is quite low (~8):
Hi @ryanrussell @ericryanchan , Thanks for opening source this awesome method!
When I retrain the eg3d model using
python train.py --outdir=~/training-runs --cfg=ffhq --data ./FFHQ_512.zip --gpus=4 --batch=16 --gamma=1 --gen_pose_cond=True
, I noticed that when evaluation during training, the FID is quite high (~95) even after 13000 kimgs:However, when I evaluate the same checkpoint using single evaluation script like this:
python calc_metrics.py --metrics=fid50k_full --data ./FFHQ_512.zip --network ./network-snapshot-013000.pkl
, the FID is quite low (~8):When I checked the fake image of this checkpoint, it is quite OK and nothing was wrong with it.
Could you give any comments or hints on the unnormal FID during training? Thanks in adavance
The text was updated successfully, but these errors were encountered: