Skip to content

wqzh/BEDM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. CIFAR-100

Fetch Data

mkdir -p exp/CIFAR100
wget -P exp/CIFAR100 https://www.cs.utoronto.ca/~kriz/cifar-100-python.tar.gz
tar -zxvf exp/CIFAR100/cifar-100-python.tar.gz -C exp/CIFAR100

Run

python run_cifar.py

2. ImageNet

Fetch Data

Modify the root field in options/imgnet100.yaml and options/imgnet1000.yaml.

The root directory should in this order.

├── root/
│ ├── train/
│ │      ├── n01440764/
│ │      ├── n01443537/
│ │      └── .../
│ └── val/
│        ├── n01440764/
│        ├── n01443537/
│        └── .../

Run

# ImageNet-100
python run_imgnet.py  --dataset  imgnet100

# ImageNet-1000
python run_imgnet.py  --dataset  imgnet1000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages