3rd solution for AutoDL 2019. AutoDL challenge is the final challenge in 2019 AutoDL challenges series, part of NeurIPS 2019 competition program. The datasets are from all the different modalities of the previous challenges in the series: image, video, speech, text, tabular. Competition rules can be found at AutoDL Competition.
Run
python run_local_test.py -dataset_dir=./AutoDL_sample_data/DEMO -code_dir=./AutoDL_sample_code_submission
You can change the argument dataset_dir
to other datasets, and change the argument code_dir
to the directory containing this code (model.py
).
- Feng Cheng, NJU, [email protected]
- Zhuoer Xu, NJU, [email protected]
- Wenjie Wang, NJU, [email protected]
- Mengchuan Qiu, NJU, [email protected]