-
Notifications
You must be signed in to change notification settings - Fork 64
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
About memory usage #13
Comments
No, that is abnormal. |
Yeah problem fixed. Actually i'm training on 1x128x128 BraTS images and i forgot to put a torch.no_grad(): during reverse process. However, i still have an issue with the reverse process. During training, the MSE is well optimized, but it only generates noise. Here's my sampling code if you want to give it a look and tell me if its ok :
|
Apologies for the delayed response. To the best of my recollection, you do not need to update the However, you will need to modify the model and data-related code, including the |
Hello, having issues with memory usage.
Is it normal that even with 48Go VRAM i cannot run the reverse process for generation with a small batch of 2 ?
What are you specs ?
The text was updated successfully, but these errors were encountered: