xiaolai-sqlai / mobilenetv3

mobilenetv3 with pytorch,provide pre-train model
MIT License
1.6k stars 340 forks source link

AdaptiveAvgPool2d seems not used in compute graph #7

Closed ghost closed 5 years ago

ghost commented 5 years ago

It seems that the AdaptiveAvgPool2d in SeModule not used in compute graph in your implementation.

bhack commented 5 years ago

Check https://github.com/xiaolai-sqlai/mobilenetv3/issues/3