Model summary in pytorch

How do I print the summary of a model in PyTorch like the model.summary() method does in Keras: Model Summary: ____________________________________________________________________________________________________ Layer (type) … Read more