PyTorch Forums
Is there similar pytorch function as model.summary() as keras?
punnerud
(Morten)
February 6, 2018, 7:51pm
3
or easier to remember:
print(model)
gives the same result as repr(model)
2 Likes
show post in topic