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

https://github.com/robinc94/resnet-cifar10


https://github.com/robinc94/resnet-cifar10

Last synced: 8 months ago
JSON representation

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.