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
Need to add a way to print out a nicely formatted representation of a PyTorch model. Wrap this under a summary() function in the BasePyTorchModel so that its usage is the same as the Keras models in Saber.
Need to add a way to print out a nicely formatted representation of a PyTorch model. Wrap this under a
summary()
function in theBasePyTorchModel
so that its usage is the same as the Keras models in Saber.See here for inspiration.
The text was updated successfully, but these errors were encountered: