ildoonet / pytorch-randaugment

Unofficial PyTorch Reimplementation of RandAugment.
MIT License
627 stars 98 forks source link

Why set depth=272 in pyramidnet? #3

Closed minjieharmo closed 4 years ago

minjieharmo commented 4 years ago

Experiment in such a huge network takes 10 days with 4 gpus.

ildoonet commented 4 years ago

@minjieharmo According to AutoAugment paper, google use pyramidnet with depth 272 for the experiment and they trained it with 1800 epochs. I use same hyperparameters.