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
- Host: GitHub
- URL: https://github.com/wangg12/group_cnn_tf
- Owner: wangg12
- License: apache-2.0
- Created: 2017-05-17T09:18:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T09:28:28.000Z (about 9 years ago)
- Last Synced: 2025-05-19T21:12:45.954Z (about 1 year ago)
- Topics: cnn, group-cnn, tensorflow, tensorpack
- Language: Python
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.