test-tube

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

MIT License

Stars
735
Committers
16

Bot releases are hidden (Show)

test-tube - Tensorboardx Latest Release

Published by williamFalcon over 5 years ago

In this release Experiment becomes a subclass of tensorboardx. SummaryWriter.

The Experiment API flows to the SummaryWriter underneath. However, using test-tube gives a more organized layout across experiments.

test-tube -

Published by zafarali almost 6 years ago

test-tube - Breaking release - Major changes

Published by williamFalcon over 6 years ago

In this release, we shortened the API names and modified some of the internals of the hyperparameter optimizer.

New features:

  • Log scale opt parameters
  • Shorter API names
  • Initial test harness
  • Documentation upgrades
Related Projects