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
Traceback (most recent call last):
File "/homefs/home/shmilovk/micromamba/envs/abs_binding_affinity/lib/python3.10/site-packages/hydra/_internal/utils.py", line 220, in run_and_report
return func()
File "/homefs/home/shmilovk/micromamba/envs/abs_binding_affinity/lib/python3.10/site-packages/hydra/_internal/utils.py", line 466, in <lambda>
lambda: hydra.multirun(
File "/homefs/home/shmilovk/micromamba/envs/abs_binding_affinity/lib/python3.10/site-packages/hydra/_internal/hydra.py", line 162, in multirun
ret = sweeper.sweep(arguments=task_overrides)
File "/homefs/home/shmilovk/micromamba/envs/abs_binding_affinity/lib/python3.10/site-packages/hydra_plugins/hydra_optuna_sweeper/optuna_sweeper.py", line 52, in sweep
return self.sweeper.sweep(arguments)
File "/homefs/home/shmilovk/micromamba/envs/abs_binding_affinity/lib/python3.10/site-packages/hydra_plugins/hydra_optuna_sweeper/_impl.py", line 391, in sweep
raise e
File "/homefs/home/shmilovk/micromamba/envs/abs_binding_affinity/lib/python3.10/site-packages/hydra_plugins/hydra_optuna_sweeper/_impl.py", line 357, in sweep
values = [float(ret.return_value)]
File "/homefs/home/shmilovk/micromamba/envs/abs_binding_affinity/lib/python3.10/site-packages/hydra/core/utils.py", line 260, in return_value
raise self._return_value
RuntimeError: Trying to create tensor with negative dimension -64: [32979, -64]
Strangely, the initial startup trials execute without error -- however the followup job executed by Optuna immediately fail.
The text was updated successfully, but these errors were encountered:
Wondering if anyone has successfully ran the Optuna hparams sweeper using
lists
within thechoice
ofparams
?For example, with otherwise default parameters, something like this:
Yields this:
Strangely, the initial startup trials execute without error -- however the followup job executed by Optuna immediately fail.
The text was updated successfully, but these errors were encountered: