Skip to content

lianqing01/cifar10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIFAR-10 homework

Usage

simply run the cmd for the training:

## 1 GPU for base model 

CUDA_VISIBLE_DEVICES=0 python -u train.py --work-path ./experiments/cifar10/densenet120bc

## 1 GPU for base model with cutout

CUDA_VISIBLE_DEVICES=0 python -u train.py --work-path ./experiments/cutout/densenet120bc

## 1 GPU for base model with mixup
CUDA_VISIBLE_DEVICES=0 python -u train.py --work-path ./experiments/mixup/densenet120bc

## 1 GPU for base model with cutout+mixup
CUDA_VISIBLE_DEVICES=0 python -u train.py --work-path ./experiments/cutout+mixup+cos/densenet120bc

## 2 GPU for large model

CUDA_VISIBLE_DEVICES=0,1 python -u train.py --work-path ./experiments/cutout+mixup+cos/densenet150bc

Acknowledgement

This is code is heavily borrowed from CIFAR-ZOO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages