wistuba
wistuba
There is no equivalent of choice for numeric values. E.g., in the FCNet blackbox the learning rate is defined as `'hp_init_lr': choice([0.0005, 0.001, 0.005, 0.01, 0.05, 0.1])`. This will not...
There seems to be a problem with the Hyperband promotion logic. How to reproduce: Add `type="promotion"` to https://github.com/awslabs/syne-tune/blob/main/benchmarking/nursery/benchmark_automl/baselines.py#L69 Run `python benchmarking/nursery/benchmark_automl/benchmark_main.py --num_seeds 1 --method ASHA --benchmark lcbench-airlines` ```Traceback (most recent...
No unit test is covering wait_trial_completion_when_stopping=True. I need to get back to this at some time.
Methods that will use top k candidates will therefore use out of config space configs which will raise in error. Restrict the feasible candidates for this function to everything within...
A SageMaker training job failed for some random reasons which seems to break the tuner: ``` File "/opt/conda/lib/python3.8/site-packages/syne_tune/tuner.py", line 152, in run new_done_trial_statuses, new_results = self._process_new_results( File "/opt/conda/lib/python3.8/site-packages/syne_tune/tuner.py", line 282,...
In my experiment, the result data frame contains multiple rows with trial id 1 with the same content as the next row, the only difference being the config. This causes...
I reported earlier in #1269 that the example wasn't working and I just checked the latest version on main to see whether it works and I get ``` (avalanche) 147ddaa47ac3:examples...
First of all, I want to thank the maintainers of this repository for creating these create datasets! Now, I've faced several issues with the current version of the repo: -...
Hey, thanks for sharing your code. I am currently trying to reproduce the numbers reported in the paper for S-iPrompts, but I'm getting very different numbers (sometimes worse, sometimes much...
Unit Tests will be executed in parallel. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.