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
When performing hyperparmeter tuning with a list as val_data (for example to monitor the metrics on the training set as well as the val set during training), get an attribute error ("copy").
Proposed fix
In the objective_with_param function of tune.py, replace score = scorer(nlp, val_data)
with :