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, in the current version:
pytorch-image-models/timm/models/rexnet.py
the activation is hard coded as "swish". It will be more flexible to use other activations, such as ReLU.
Thank you.