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
Currently all the segmentation models deep_lab_v3, segformer etc.. create the final layer with num_classes and always does softmax. Maybe we should have an activation parameter and if its None dont do any activation.
Some classification models require sigmoid and sometimes I want the unet for generative tasks without and activation
The text was updated successfully, but these errors were encountered:
Currently all the segmentation models
deep_lab_v3
,segformer
etc.. create the final layer withnum_classes
and always doessoftmax
. Maybe we should have anactivation
parameter and if itsNone
dont do any activation.Some classification models require
sigmoid
and sometimes I want the unet for generative tasks without and activationThe text was updated successfully, but these errors were encountered: