Skip to content

NumOne01/CATEGORIZER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Python3
  • PyTorch (> 1.0)
  • NumPy
  • tqdm

Datasets

  1. Download four public benchmarks for fine-grained dataset

  2. Extract the tgz or zip file into ./data/ (Exceptionally, for CUB-200-2011, put the files in a ./data/CUB200)

Train Examples

python train.py \
--model resnet18 \
--dataset mit \
--alpha 32 \
--mrg 0.1 \
--lr 1e-4 \
--warm 5 \
--epochs 60 \
--batch-size 120 \

Acknowledgements

This repository is heavily built based on the following repository:

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published