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
Summary:
Pull Request resolved: #2924
# context
Adding parity for activation on last flag to make module more configurable.
activation_on_last is a flag that toggles the given (or default) activation function to the last layer of the MLP. Typically ALL layers of the MLP will have the activation function. If it is set to false, then the last layer will not have the activation function applied. This is so users can optionally use the raw MLP output for their own customized needs.
Reviewed By: TroyGarden
Differential Revision: D73691616
fbshipit-source-id: 87a720e9b7e10f2bbb478b68a562a1cd90a36199
0 commit comments