[go: nahoru, domu]

Skip to content

DeepInsight-PCALab/MixNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixed Link Networks

MixNet: [Arxiv]

by Wenhai Wang, Xiang Li, Jian Yang, Tong Lu

IMAGINE Lab@National Key Laboratory for Novel Software Technology, Nanjing University.
DeepInsight@PCALab, Nanjing University of Science and Technology.

Requirements

git clone --recursive https://github.com/DeepInsight-PCALab/MixNet.git

Training

CIFAR-10

CUDA_VISIBLE_DEVICES=0 python cifar.py --dataset cifar10 --depth 100 --k1 12 --k2 12 --train-batch 64 --epochs 300 --schedule 150 225 --wd 1e-4 --gamma 0.1 --checkpoint checkpoints/cifar10/mixnet-100/

ImageNet

CUDA_VISIBLE_DEVICES=0,1,2,3 python imagenet.py -d ../imagenet/ -j 4 --arch mixnet105 --train-batch 200 --checkpoint checkpoints/imagenet/mixnet-105/

Testing on ImageNet

CUDA_VISIBLE_DEVICES=0 python imagenet.py -d ../imagenet/ -j 4 --arch mixnet105 --test-batch 20 --pretrained pretrained/mixnet105.pth.tar --evaluate

Results on CIFAR

Model Parameters CIFAR-10 CIFAR-100
MixNet-100 (k1 = 12, k2 = 12) 1.5M 4.19 21.12
MixNet-250 (k1 = 24, k2 = 24) 29.0M 3.32 17.06
MixNet-190 (k1 = 40, k2 = 40) 48.5M 3.13 16.96

Results on ImageNet and Pretrained Models

Method Parameters Top-1 error Pretrained model
MixNet-105 (k1 = 32, k2 = 32) 11.16M 23.3 baidu, onedrive
MixNet-121 (k1 = 40, k2 = 40) 21.86M 21.9 baidu, onedrive
MixNet-141 (k1 = 48, k2 = 48) 41.07M 20.4 baidu, onedrive

Citation

@inproceedings{wang2018mixed,
  title={Mixed link networks},
  author={Wang, Wenhai and Li, Xiang and Lu, Tong and Yang, Jian},
  booktitle={Proceedings of the 27th International Joint Conference on Artificial Intelligence},
  pages={2819--2825},
  year={2018},
  organization={AAAI Press}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages