sksq96 / pytorch-summary

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

Network with two inputs? #176

Closed rolanvc-gmail closed 3 years ago

rolanvc-gmail commented 3 years ago

Hi,

summary() requires an input_size. What if i have to inputs of different sizes?

rolanvc-gmail commented 3 years ago

Sorry. never mind. There's an example i didn't see...