项目作者: xternalz

项目描述 :
Wide Residual Networks (WideResNets) in PyTorch
高级语言: Python
项目地址: git://github.com/xternalz/WideResNet-pytorch.git
创建时间: 2017-03-02T04:54:03Z
项目社区:https://github.com/xternalz/WideResNet-pytorch

开源协议:MIT License

下载


Wide Residual Networks (WideResNets) in PyTorch

WideResNets for CIFAR10/100 implemented in PyTorch. This implementation requires less GPU memory than what is required by the official Torch implementation: https://github.com/szagoruyko/wide-residual-networks.

Example:

  1. python train.py --dataset cifar100 --layers 40 --widen-factor 4

Acknowledgement