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

Fix --config-dir options for ray_train_multirun.py #6

Open
TMats opened this issue May 18, 2023 · 0 comments
Open

Fix --config-dir options for ray_train_multirun.py #6

TMats opened this issue May 18, 2023 · 0 comments

Comments

@TMats
Copy link
Owner

TMats commented May 18, 2023

this does not work

python ray_train_multirun.py --config-dir=configs/image/pusht/diffusion_policy_cnn --config-name=config.yaml --seeds=42,43,44 --monitor_key=test/mean_score -- multi_run.run_dir='data/outputs/${now:%Y.%m.%d}/${now:%H.%M.%S}_${name}_${task_name}' multi_run.wandb_name_base='${now:%Y.%m.%d-%H.%M.%S}_${name}_${task_name}'

but this works

python ray_train_multirun.py --config-dir=. --config-name=config.yaml --seeds=42,43,44 --monitor_key=test/mean_score -- multi_run.run_dir='data/outputs/${now:%Y.%m.%d}/${now:%H.%M.%S}_${name}_${task_name}' multi_run.wandb_name_base='${now:%Y.%m.%d-%H.%M.%S}_${name}_${task_name}'
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