mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-05 13:45:46 +00:00
DAG 10400 - minor changes of release notes and lychee config (#221)
This commit is contained in:
parent
0af1f811fe
commit
8151431f90
2
.github/workflows/links.yml
vendored
2
.github/workflows/links.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- name: Find all markdown files
|
||||
id: find_files
|
||||
run: echo "MD_FILES=$(find . -name '*.md' -type f -not -path '*/docs/release_notes*' | sed 's|^./||' | tr '\n' ' ')" >> $GITHUB_ENV
|
||||
run: echo "MD_FILES=$(find . -name '*.md' -type f | sed 's|^./||' | tr '\n' ' ')" >> $GITHUB_ENV
|
||||
|
||||
- name: Link Checker
|
||||
id: lychee
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user