Felix Kreuk

Results 4 issues of Felix Kreuk

Hi, I'm trying to use Keepsake along with Hydra (www.hydra.cc). Hydra changes the working directory of each experiment to a new path (e.g., `/runs/exp_lr=0.1_dropout=0.2`). So when trying to call `keepsake.init`...

``` If you want to use BayesianOptimization you have to install the following dependencies: https://github.com/automl/RoBO george RUNNING sampled configs Traceback (most recent call last): File "1.py", line 6, in ex.run(named_configs=['search_space'])...

Hello, I attempt to run the following code: ``` from sacred import Experiment from labwatch.assistant import LabAssistant from labwatch.optimizers.random_search import RandomSearch ex = Experiment() la = LabAssistant(ex, database_name='labwatch_demo2', optimizer=RandomSearch) @la.searchspace...

First, thanks a lot for this nifty plugin! :) The use case would be to generate a code snippet at a specific line. In this scenario, it may be redundant...