You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: