This our 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.
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
).
HazzaCheng: hazzacheng@gmail.com