https://github.com/robinc94/resnet-cifar10
https://github.com/robinc94/resnet-cifar10
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robinc94/resnet-cifar10
- Owner: RobinC94
- Created: 2018-01-05T12:23:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T10:35:23.000Z (about 8 years ago)
- Last Synced: 2025-01-05T21:21:25.091Z (over 1 year ago)
- Language: Python
- Size: 2.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# resnet-cifar10
This project works for my pending paper "CNN Compressing Method". I'm trying to modify kernels in hidden layers with linear representation and propotional fitting, deploying with ResNet-20 Network with Cifar-10 datasets, showed in paper [Deep Residual Learning for Image Recognition](https://arxiv.org/abs/1512.03385)
I have tried two ways of representing, which are seperated in the two branches. However one of them failed when testing after modified. So i'm only pending on the other one.