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 was able to get the code to run and train on cifar 10. However, I am struggling to understand how would I inference with the model.
Lets say I have a trained model, and a random noise of size (64, 3, 32, 32) (B,C,H,W). how would I use the existing model and the restore_checkpoint('from utils import restore_checkpoint') to create 64 new images?
feel free to refer to any function in the repo.
Thanks,
Michael
The text was updated successfully, but these errors were encountered:
Please use the --config.eval.save_images flag in the command line, as well as setting the eval batch size --config.eval.batch_size to 64. Generated images would be saved to eval_dir/ode_images_{ckpt}.png. Please refer to
Hi,
I was able to get the code to run and train on cifar 10. However, I am struggling to understand how would I inference with the model.
Lets say I have a trained model, and a random noise of size (64, 3, 32, 32) (B,C,H,W). how would I use the existing model and the restore_checkpoint('from utils import restore_checkpoint') to create 64 new images?
feel free to refer to any function in the repo.
Thanks,
Michael
The text was updated successfully, but these errors were encountered: