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 am trying to add the module to my code, but I noticed that the used GPU memory increases a lot, due to the large VGG architecture. The obvious solution is to reduce batch size, but I would like to try with Automatic Mixed Precision (AMP).
The question is: do you have any suggestion or piece of code on how to use the Perceptual Loss module with AMP?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi, thank you for the repo.
I am trying to add the module to my code, but I noticed that the used GPU memory increases a lot, due to the large VGG architecture. The obvious solution is to reduce batch size, but I would like to try with Automatic Mixed Precision (AMP).
The question is: do you have any suggestion or piece of code on how to use the Perceptual Loss module with AMP?
Thank you!
The text was updated successfully, but these errors were encountered: