sksq96 / pytorch-summary

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

"Model contains a layer with an unsupported input or output type: {}".format(inputs) #141

Open Adnan-annan opened 4 years ago

Adnan-annan commented 4 years ago

I am trying to run summary(model,(3,512,512)) for an efficientdet pytorch implementation model. but I get this error. I can find no help online for this . Kindly help me in this. Thanks. https://github.com/zylo117/Yet-Another-EfficientDet-Pytorch I am trying to get summary of this model.