An open API service indexing awesome lists of open source software.

https://github.com/wangg12/group_cnn_tf

Group Convolutional Networks implementation using Tensorflow
https://github.com/wangg12/group_cnn_tf

cnn group-cnn tensorflow tensorpack

Last synced: 2 months ago
JSON representation

Group Convolutional Networks implementation using Tensorflow

Awesome Lists containing this project

README

          

### gcnn experiments reimplementation using Tensorflow
* We reimplemented Z2CNN, P4CNN, P4MCNN and P4CNN\_RP for MNIST\_ROT dataset.
* See `my_gconv_exps/MNIST_ROT/models_tp.py` for detailed usage.
* Also we add a chainer version P4MCNN model, which is not presented in the original paper.
It performs better than the Z2CNN on mnist rotation dataset.