Skip to content

Stability_tune bug ? - tutorial #103

Description

@delillo-florencia

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions