Bugfixes: - data for calculating metrics in Runner.run_reporters was not sent to torch.device - steps were not incremented properly for TensorboardScalarReporter
Added a working example in example_alexnet_mnist.py Added CrossEntropy as a new Metric
Updated README.md
0.1.3
Reworked reporters and metrics, and how they interact with runners.
0.1.2
Hyperparameter now generates correct dictionaries of hyperparameter permutations. Reporters now call metrics (instead of metrics calling reporters). Included unit tests for Hyperparameter and Reporter.