MASTER111363 / NETNETNET

0 stars 0 forks source link

HAPPYNET (HN)

Requirement

Usage

To run HN use the following command:

python3 testac.py --dir=<DIR> --dataset=CIFAR100 --data_path=<PATH>  --model=PreResNet164 --epochs=225 --lr_init=0.1 --wd=3e-4 --swa --swa_start=126 --swa_lr=0.05

Parameters:

Results

Train Model From Scratch

To train HN use the following command:

python3 train.py --dir=<DIR> --dataset=CIFAR100 --data_path=<PATH>  --model=PreResNet164 --epochs=225 --lr_init=0.1 --wd=3e-4 --swa --swa_start=126 --swa_lr=0.05

Our approach

We use the SWA method to train our model.