Is there any way, I can print the summary of a model in PyTorch like model.summary() method does in Keras as follows?
model.summary()
Model Summary: ___________
For visualization and summary of PyTorch models, tensorboardX can also can be utilized.
PyTorch