Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stability_tune bug ? - tutorial #103

Open
delillo-florencia opened this issue Feb 12, 2025 · 0 comments
Open

Stability_tune bug ? - tutorial #103

delillo-florencia opened this issue Feb 12, 2025 · 0 comments

Comments

@delillo-florencia
Copy link

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?

@delillo-florencia delillo-florencia changed the title Stability_tune bug - tutorial Stability_tune bug ? - tutorial Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant