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
Hi, Shahzad. The normalized_shape in layer normalization needed to be adjusted to accommodate the change in input dimensions. You should update the param in UNet_icl from input_resolution: [16, 32, 64, 128, 256] to input_resolution: [32, 64, 128, 256, 512]. However, training images at this higher resolution may require an NVIDIA Tesla A100 80G. I hope this will help.
Following is the code for reproducibility:
I am trying to train the model for the input of shape 4×3×512×512, but it fails 😔, and the following error is shown:
I have tried for several heights and widths and can confirm that it only works for 256×256 😢.
Your help in making the shared code work for 5125×512 will be greatly appreciated 🙏🏼
The text was updated successfully, but these errors were encountered: