sksq96 / pytorch-summary

Model summary in PyTorch similar to `model.summary()` in Keras
MIT License
4.01k stars 412 forks source link

addressing #90 #105

Closed Naireen closed 4 years ago

Naireen commented 4 years ago

Addressing issue 90, where there are issues with calculating the correct number of parameters . Also added python unit testing testing single and multiple inputs. Added return values to the torch summary function, as it allows for cleaner testing.