wistuba

Results 23 comments of wistuba

I can't find the new issue so I'll leave my comment here: I can confirm that apparently the first epoch requires much more time while the following two don't need...

To be clear here, the job did not fail because of a bug in the code but because of SageMaker. It did not even start executing the code, i.e. no...

I would still need the original values. how about choice where we can set int or log?

I simply want to get the same hyperparameter representation for `choice([0.0005, 0.001, 0.005, 0.01, 0.05, 0.1])` as for `log_uniform(0.0005, 0.1)`.

this wouldn't work with surrogate benchmarks, would it?

The table refers to my original experiment. I created the example later and confirmed that the same happens but didn't take another screenshot. My original experiment had only one hyperparameter:...

Longer experiment: 287 rows in the table, 278 trials in total. Only trial id 1 occurs multiple times and it occurs within the first 24 rows (20 workers).

That's basically what the function does, loading the results.csv.zip: https://github.com/awslabs/syne-tune/blob/main/syne_tune/experiments.py#L144 I've shared my results.csv (and I believe this one is for the example snippet above) internally. I didn't face problems...

I set up a new SM notebook instance, created a new conda environment, and run the script above: ``` conda create -n test python=3.9.5 -y conda activate test pip install...

I've run an experiment on a grid with 49 configurations and during the search all were evaluated. The results table has 52 rows, 4 of which have trial id 1....