kaggle-understanding-clouds icon indicating copy to clipboard operation
kaggle-understanding-clouds copied to clipboard

how to retrain it?

Open IIAT-MR-LL opened this issue 5 years ago • 1 comments

i always get a error when i run

python run.py train
or
python run.py train -f

File "run.py", line 36, in train run_train(config) File "/data1/felix/kaggle-understanding-clouds/kvt/apis/train.py", line 251, in run model = build_model(config, hooks) File "/data1/felix/kaggle-understanding-clouds/kvt/builder.py", line 98, in build_model return hooks.build_model_fn(config.model) AttributeError: 'EasyDict' object has no attribute 'model'

IIAT-MR-LL avatar Dec 07 '19 14:12 IIAT-MR-LL

it seems i found the way as this

python run.py train with configs/model_a_00.yaml -f

IIAT-MR-LL avatar Dec 07 '19 14:12 IIAT-MR-LL