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
All annotations with nn.Module should be replaced. @opcode81 feel free to extend the description, if you want to.
We could make it backwards compatible and use of the deprecation project by doing something like
@deprecated(deprecated_in="1.1.0",removed_in="2.0.0",details="This class has been renamed. Use CriticDiscrete instead",)classCritic(CriticDiscrete):
pass