Skip to content

KeysaYoung/ResnetWithStochasticDepth-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the PyTorch implementation of the paper Deep Networks with Stochastic Depth

Network Configurations

Train the Resnet110 with stochastic depth on CIFAR-10 :

python main.py --data-root /PATH/TO/CIFAR10 --data cifar10 --save /PATH/TO/SAVE  \
               --pL 0.5 --blocks 18

Train the Resnet110 with stochastic depth on CIFAR-100 :

python main.py --data-root /PATH/TO/CIFAR100 --data cifar100 --save /PATH/TO/SAVE  \
               --pL 0.5 --blocks 18

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages