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: ___________
You can just use x.shape, in order to measure tensor's x dimensions
x.shape
x