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
Hi! When trying to run stability model for tutorial example :
! move-dl experiment=random_small__tune_stability
I get the following error after the last refit is done:
[INFO - tune_model]: Job name: task.batch_size=50;task.model.num_hidden=[1000];task.training_loop.num_epochs=100
[INFO - tune_model]: Training 10 refits
Error executing job with overrides: ['task.batch_size=10', 'task.model.num_hidden=[500]', 'task.training_loop.num_epochs=40', 'experiment=random_small__tune_stability']
Traceback (most recent call last):
File "/home/local/tools/anaconda3-24.10.1/lib/python3.12/site-packages/move/__main__.py", line 38, in main
move.tasks.tune_model(config)
File "/home/local/tools/anaconda3-24.10.1/lib/python3.12/site-packages/move/tasks/tune_model.py", line 253, in tune_model
_tune_stability(task_config)
File "/home/local/tools/anaconda3-24.10.1/lib/python3.12/site-packages/move/tasks/tune_model.py", line 149, in _tune_stability
**dict(label),
^^^^^^^^^^^
ValueError: dictionary update sequence element #0 has length 4; 2 is required
Do you have any idea how can I fix it?
The text was updated successfully, but these errors were encountered:
Hi! When trying to run stability model for tutorial example :
! move-dl experiment=random_small__tune_stability
I get the following error after the last refit is done:
Do you have any idea how can I fix it?
The text was updated successfully, but these errors were encountered: