This repository is the unofficial implementation of "RMNet: Equivalently Removing Residual Connection from Networks". Official code is here.
run this command to train and test the code(contain channel prune method):
python train_and_test_CIFAR.py
this repo is a toy implementation, so the acc may be not equal to normal model.(when the RMnet be pruned)