automl / nasbench-1shot1

Apache License 2.0
67 stars 14 forks source link

eval_one_shot_model #8

Open Jialiang14 opened 3 years ago

Jialiang14 commented 3 years ago

nasbench-1shot1/optimizers/darts/train_search.py line 170, 171

test, valid, runtime, params = naseval.eval_one_shot_model(config=args.dict, model=arch_filename) When I implement it, error occurs in this line. The function of eval_one_shot_model needs three inputs, however, here are only two inputs. May I enquire the reason?