Fangyh09 / pytorch-receptive-field

Compute CNN receptive field size in pytorch in one line
Apache License 2.0
348 stars 57 forks source link

Deconv layers #1

Closed joanacmferreira closed 5 years ago

joanacmferreira commented 5 years ago

Hello! I noticed that you dont compute the receptive field for deconv layers. Why?

Fangyh09 commented 5 years ago

It is just unimplemented. I may add it in the future.