abhaydoke09 / Bilinear-CNN-TensorFlow

This is an implementation of Bilinear CNN for fine grained visual recognition using TensorFlow.
191 stars 72 forks source link

sum-pooling #36

Open ZJL1919 opened 5 years ago

ZJL1919 commented 5 years ago

in papaer,the author need sum-pooling to aggregate the bilinear features after outer product , but in your code, after outer product, you don not have pooling. i don not know what i have ignore. hope you can give me a explain.

lijianaiml commented 5 years ago

see tf.einsum() for detail ,it's a matrix operation.