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
By the way, how to set the parameters of evaluation to reproduce the exact FID result?
For example, if I would like to reproduce the NTU120 xsub FID, I should run the command :
"python generate.py --model model_path --n_classes number_classes --label class_index --gen_qtd how_many_samples "
And then for epoch in range(50, opt.n_epochs): to start at epoch 50. We do not use any scheduler or epoch-dependent parameter, so it must work without a problem!
By the way, how to set the parameters of evaluation to reproduce the exact FID result?
Just change n_classes to 120 and mlp_dim to 8 (same as our paper). We also used gen_qtd with 1000. The results may vary a bit due to randomness, but not much! Remember to set trunc_mode to - in generating for FID and MMD evaluation.
Hi Bruno,
Do you know how to continue training after it stops in the middle (e.g., 50/200epochs)?
I tried to continue to train the model by myself, but I only found the load weights codes in generate.py.
The text was updated successfully, but these errors were encountered: