DeepInsight-PCALab / CompactBilinearPooling-Pytorch

A Pytorch Implementation for Compact Bilinear Pooling.
182 stars 41 forks source link

No parameters for optmizer #7

Closed bupt-zsp closed 6 years ago

bupt-zsp commented 6 years ago

Thanks for your working, when I apply your code, I meet the situation that model.parameters() is empty and fail to creat optimizer. Model is compactbilinearpooling(1536,1536,400). Am I wrong? Thanks for answering

dichen-cd commented 6 years ago

Compact Bilinear Pooling is by-default non-parametered. No need to optimize this layer.