Recently I tried to train the model in the repo using python train_network.py -d $dataset_specs_json_file
and when I run it, I keep getting issues regarding models in ckp/airways folder. Pipeline expects files inside this folder to be actually files, but I am given folders and pipeline raises issue.
Could you please help me to resolve this issue?