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
Is UNET model training using ResNet backbone is possible with 'channels_first' (3,H,W) mode? I am trying and the model is not learning. The same system trains well with 'channels_last' and input shape (H,W,3).
The text was updated successfully, but these errors were encountered:
Is UNET model training using ResNet backbone is possible with 'channels_first' (3,H,W) mode? I am trying and the model is not learning. The same system trains well with 'channels_last' and input shape (H,W,3).
The text was updated successfully, but these errors were encountered: