DeepOBS
DeepOBS copied to clipboard
DeepOBS: A Deep Learning Optimizer Benchmark Suite
Hi, This pull request is to include the IMDb LSTM sentiment classification task (from https://arxiv.org/abs/1910.11758 ) I've added the dataset, network architecture, and I've tested it with the example code...
Hello Frank, just came over the following pattern that is used in all dataset classes: def _make_train_eval_dataset(self): """Creates the CIFAR-10 train eval dataset. Returns: A tf.data.Dataset instance with batches of...
The user should be able to set the optimizer name by passing a string to the runner instance. This makes it possible to seperate `SGD/Momentum/Nesterov` in `PyTorch` and gives more...
Let us assume I run a tuning A and the results are written to './results'. When I change my mind and want to run a different tuning B and I...
The device on which the training of the runner is performed should by settable as an argument in the `run()` method. For both frameworks. This allows for more flexible hardware...
Implement a method `tuner.generate_commands_for_rerun()`. This methods should return the re-runs needed to be done once the best hyperparameter instance has been found.
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...