ReverseSystem001 / SakeDrop-Pytorch

Pytorch of the implementation of the paper "ShakeDrop regularization" (https://arxiv.org/abs/1802.02375).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShakeDrop-Pytorch

Pytorch of the implementation of the paper "ShakeDrop regularization" (https://arxiv.org/abs/1802.02375).

Usage

This project help you can use PyramidNet_SakeDrop model just like how you use the PyramidNet model.
You only need join the model folder into your project,and use the PyramidNet_SakeDrop model with the simple following codes:

from model import PyramidNet_ShakeDrop
net = PyramidNet_ShakeDrop(depth=101,alpha=270,num_classes=1000)

Tips

If you feel it is useful,could you give a star?

About

Pytorch of the implementation of the paper "ShakeDrop regularization" (https://arxiv.org/abs/1802.02375).

License:MIT License


Languages

Language:Python 100.0%