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
why the embed_model not be BasicUNetEncoder(3, 1, 13, [64, 64, 128, 256, 512, 64])
2.
why use the resample_img(), and if I run on my own dataset, in which case I should use it.
The text was updated successfully, but these errors were encountered:
self.embed_model = BasicUNetEncoder(3, 1, 2, [64, 64, 128, 256, 512, 64])
self.model = BasicUNetDe(3, 14, 13, [64, 64, 128, 256, 512, 64]
why the embed_model not be BasicUNetEncoder(3, 1, 13, [64, 64, 128, 256, 512, 64])
2.
why use the resample_img(), and if I run on my own dataset, in which case I should use it.
The text was updated successfully, but these errors were encountered: