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
In your decoder, you fixed channels as 512-256-128....
However in general, the decoder channels should be the same as the encoder channels they concat with.
Since channels in efficientnetb0-b7 have big differences, I want to know why you fixed decoder channels. Is it proved to be better by some experiments?
The text was updated successfully, but these errors were encountered:
In your decoder, you fixed channels as 512-256-128....
However in general, the decoder channels should be the same as the encoder channels they concat with.
Since channels in efficientnetb0-b7 have big differences, I want to know why you fixed decoder channels. Is it proved to be better by some experiments?
The text was updated successfully, but these errors were encountered: