yang-yk / block_conv_cifar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

block_conv for cifar-10 dataset

Now it's simply a v1.x version function converting vgg16 model from common conv to block conv by Yukuan Yang. The code will be continuously improved in following aspects:

(1) common fc to block fc

(2) resnet model

(3) batch normalization

(4) forward quantization

(5) computing resource comparison

v1.5.0 add feature channel shuffle to improve the performance

About


Languages

Language:Python 100.0%