test-tube icon indicating copy to clipboard operation
test-tube copied to clipboard

Python library to easily log experiments and parallelize hyperparameter search for neural networks

Results 27 test-tube issues
Sort by recently updated
recently updated
newest added

Right now `HyperOptArgumentParser` contains much of the logic for doing a hyperparamter search on a local machine. https://github.com/williamFalcon/test-tube/blob/master/test_tube/argparse_hopt.py#L259 Why this it not great: - This is the opposite of the...

I tried the `tensorflow_example.py` to test the function of using multiple GPUs. When setting up `nb_workers` more than 1, I met an exception as follows. As a result, I just...

If interested in implementing hyperband (in a framework agnostic way), sign up for it here. Happy to brainstorm implementation design ideas.

help wanted

Add SMAC strategy (http://www.cs.ubc.ca/labs/beta/Projects/SMAC/)

help wanted