DAG 10400 - minor changes of release notes and lychee config (#221)

This commit is contained in:
Rizwan Hasan
2022-04-06 12:23:42 +06:00
committed by GitHub
parent 0af1f811fe
commit 8151431f90
2 changed files with 4 additions and 4 deletions

View File

@@ -39,11 +39,11 @@ Do not reuse an experiment with artifacts.
**Features and Bug Fixes**
* Add `Task.connect_configuration`, connect configuration file (or configuration dictionary including nesting support). See [example](https://github.com/allegroai/trains/blob/master/examples/frameworks/tensorflow/manual_model_upload.py).
* Add `Task.connect_configuration`, connect configuration file (or configuration dictionary including nesting support).
* Add `Task.connect_label_enumeration`, store model detection classes together with the model and experiment.
* Edit and override configuration file (or dictionary) content when executing with [trains-agent](https://github.com/allegroai/trains-agent).
* `Task.connect` automatically supports nested dictionaries (e.g. param / nested / key), including overriding values when
running with [trains-agent](https://github.com/allegroai/trains-agent). See [example](https://github.com/allegroai/trains/blob/master/examples/frameworks/tensorflow/manual_model_upload.py).
running with [trains-agent](https://github.com/allegroai/trains-agent).
* Add `Artifact.get`, download and load an artifact.
* Add `Task.get_tasks`, retrieve previous experiments, get metrics, rename, and other uses.
* Improve Windows support.
@@ -102,4 +102,4 @@ TRAINS Agent - Initial Release
* Support for standalone scripts and Jupyter Notebooks.
* TRAINS-server v0.12 and above.
* TRAINS v0.11.3 and above.
* Sample configuration file available [here](https://github.com/allegroai/trains-agent/blob/master/docs/trains.conf).
* Sample configuration file available [here](https://github.com/allegroai/trains-agent/blob/master/docs/trains.conf).