Skip to content

Magic-chao/Bag_of_tricks-in-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bag_of_tricks-in-Classification

unofficial mxnet reimplement

statement

I had refer to this repo Bag_of_Tricks_for_Image_Classification_with_Convolutional_Neural_Networks in Pytorch.

hardware

4 * TITAN Xp

dataset

CUB_200_2011

baseline

resnet34_v2, lr=0.01 batch_size=64, epoch=450,lr_step: 300,350,400

baseline: 0.594

Usage: python3 cache/run_train.sh

tricks

I had try some tricks which were from the Paper Bag of Tricks for Image Classification with Convolutional Neural Networks :

+wramup 60.3

+warmup +label smooth 0.644

+warmup +label smooth +cutout 0.618

+warmup +label smooth +RandomErasing 0.622

trick acc
baseline 0.594
+warmup 0.603
+label smooth 0.644
+cutout 0.618,it doesn't work
+RandomErasing 0.622,it doesn't work

Releases

No releases published

Packages

No packages published

Languages