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
Greetings. I'm using a standard UNet on 4K images with a supposed resize to 800px and I'm still getting cuda out of memory with an 8GB GPU.
Are the transformations presented in the config file just for augmentation purposes or also for a normal network entry point?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Greetings. I'm using a standard UNet on 4K images with a supposed resize to 800px and I'm still getting cuda out of memory with an 8GB GPU.
Are the transformations presented in the config file just for augmentation purposes or also for a normal network entry point?
Is it possible to perform Model Parallel Training? Where the model is split into different GPUs, therefore allowing more capacity?
i.e: https://pytorch.org/tutorials/intermediate/model_parallel_tutorial.html
Beta Was this translation helpful? Give feedback.
All reactions