-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
There is no checkpoint output, #5
Comments
Take a look at how I'm training mine, I'm getting a model output with this configuration...
Hope this helps! |
It seems that bash: !LOGDIR="OUTPUT/sinddpm: event not found. Is that true? |
It has been sovled, thanks for a lot |
No problem |
@zhangbaijin May I ask how did this problem solve? I meet with the same problem. Thanks. |
Hi @dillfrescott, I used the same code as yours and the size of my input image is 256x256. But I got an error called |
Hi @dillfrescott, I resolved the problem just now by adding |
@KevinWang676 It's been a while since ive used this project. I'm glad you were able to fix it though but I do not remember how many steps the training process takes in total. |
Hello, may I ask how many steps did you train to complete the training? |
Thanks for your contribution, and after train, i get nothing, no checkpoint, why?
`----------------------------
| grad_norm | 0.00858 |
| lg_loss_scale | 20.9 |
| loss | 0.00124 |
| loss_q0 | 0.00374 |
| loss_q1 | 0.000934 |
| loss_q2 | 0.00063 |
| loss_q3 | 0.000106 |
| mse | 0.00124 |
| mse_q0 | 0.00374 |
| mse_q1 | 0.000934 |
| mse_q2 | 0.00063 |
| mse_q3 | 0.000106 |
| param_norm | 240 |
| samples | 4e+05 |
| step | 5e+04 |
saving model 0...
saving model 0.9999...`
The text was updated successfully, but these errors were encountered: