Skip to content

Releases: williamFalcon/test-tube

Tensorboardx

29 Jun 19:21
Compare
Choose a tag to compare

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.

v0.628: Merge pull request #43 from williamFalcon/slurm_timer_fix

30 Nov 20:10
6316ca1
Compare
Choose a tag to compare

Breaking release - Major changes

26 Apr 13:43
Compare
Choose a tag to compare

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