Releases: himkt/allennlp-optuna
Releases · himkt/allennlp-optuna
Release v0.1.7
allennlp-optuna v0.1.7 is now available.
We no longer support Python 3.6 so please upgrade Python if you use Python3.6 or earlier. 🙇
This version introduces one experimental option to tune
command, --skip-exception
.
If it is specified, an optimization won't stop even when some exception is raised.
This feature is very experimental and it could be removed in a later version.
allennlp tune test_fixtures/config/classifier.jsonnet test_fixtures/config/hparams.json --serialization-dir tmp --study-name test --skip-exception
#documentation
- Add example with optimization metrics and direction (#43)
#bug
- Allow users to specify pruner/sampler without attribute (#40)
#other
Release v0.1.6
Release v0.1.5
allennlp-optuna
v0.1.5 is released!
This release only contains dependency upgrades for AllenNLP and Optuna.
Other
- Upgrade dependency: AllenNLP (#34)
Release v0.1.4
Release v0.1.3
bug
- Specify include_package explicitly (#19)