- CUDA >= 11.7
- Please see
pyproject.toml
Here, we describe the preparation for the experiments on StanfordCars. You can use other datasets by modifying the preparation scripts.
- Download the dataset from here including
{train,test}_annos.npz
- Install the dataset into
./data/StanfordCars
- Run the preparation script as follows:
cd ./data/StanfordCars/
python3 ../script/split_train_test.py
python3 main/train.py --config_path config/04_adarand/rn50.yaml
@inproceedings{Yamaguchi_CVPR24_AdaRand,
title={Adaptive Random Feature Regularization on Fine-tuning Deep Neural Networks},
author={Yamaguchi, Shin'ya and Kanai, Sekitoshi and Adachi, Kazuki and Chijiwa, Daiki},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year={2024}
}