jiangtaoxie / fast-MPN-COV

@CVPR2018: Efficient unrolling iterative matrix square-root normalized ConvNets, implemented by PyTorch (and code of B-CNN,Compact bilinear pooling etc.) for training from scratch & finetuning.
http://peihuali.org/iSQRT-COV/index.html
MIT License
270 stars 56 forks source link

When would you release the TensorFlow Implemention? #2

Closed guyibang closed 5 years ago

i4yyds commented 5 years ago

Expect the tensorflow interface

jiangtaoxie commented 5 years ago

@guyibang @SoulCoderCN Hi all, we have implemented the TensorFlow version of our fast MPN-COV, but the code is not evaluated for reproducing the results as reported in our paper. We'll finish it as soon as possible. :)

WeitaoVan commented 5 years ago

@jiangtaoxie Hi, May I ask if the Tensorflow implementation is ready ? I believe it will help many researchers who are following your great work. Thanks.

jiangtaoxie commented 5 years ago

@WeitaoVan Thanks for your attention to our work! There are some problems in our current Tensorflow implementation, which cannot reproduce the results as our paper reported. As such, we are not ready to release Tensorflow version until it works fine.

jiangtaoxie commented 5 years ago

TensorFlow implementation (https://github.com/XuChunqiao/Tensorflow-Fast-MPNCOV)