Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resnet.mxnet

This repository contains a MXNet implementation for the ResNet-v2 and ResNeXt algorithms for image classification.

Requirements and Dependencies

Train and Test

  • Modify config/cfg.py by your setting
  • python train.py
  • python test.py

Reference

[1] Kaiming He, et al. "Identity Mappings in Deep Residual Networks" arXiv:1603.05027 (2016).

[2] Xie, Saining, et al. "Aggregated residual transformations for deep neural networks." arXiv:1611.05431 (2016).

[3] Chen, Tianqi, et al. "Mxnet: A flexible and efficient machine learning library for heterogeneous distributed systems." arXiv:1512.01274 (2015).

[4] Torch training code and model provided by facebook, https://github.com/facebookresearch/ResNeXt

[5] MXNet training code provided by tornadomeet, https://github.com/tornadomeet/ResNet

About

No description, website, or topics provided.

Resources

Stars

8 stars

Watchers

8 watching

Forks

Releases

Packages

Contributors

Languages