Skip to content

Latest commit

 

History

History

configs

Experiment Configs

Introduction

Please change the data_root in the config file to your datasets path.

All configs are arranged with the following structure:

configs/experiments/model/ID_dataset/run_name

Here are the details of the experiments:

Usages

For fine-tune experiments (configs/finetune), use finetune.py script to run the experiments.

python finetune.py --config_file path/to/finetune/config.json

For other experiments, use search.py script to run the experiments.

python search.py --config_file path/to/config.json