We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thanks for your excellent project !
I want to evaluate the model during training by adding the following code in the train.py script, which leads to program stucking.
if i % conf.evaluate.valid_every == 0: model.eval() img = diffusion.p_sample_loop(model, [16, 3, 256, 256], model.device) save_image(img, "sample.png", normalize=True, range=(-1,1), nrow=4) model.train()
Appreciate any help !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, thanks for your excellent project !
I want to evaluate the model during training by adding the following code in the train.py script, which leads to program stucking.
Appreciate any help !
The text was updated successfully, but these errors were encountered: