mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-06 06:05:44 +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
|
- name: Find all markdown files
|
||||||
id: find_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
|
- name: Link Checker
|
||||||
id: lychee
|
id: lychee
|
||||||
|
@ -39,11 +39,11 @@ Do not reuse an experiment with artifacts.
|
|||||||
|
|
||||||
**Features and Bug Fixes**
|
**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.
|
* 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).
|
* 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
|
* `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 `Artifact.get`, download and load an artifact.
|
||||||
* Add `Task.get_tasks`, retrieve previous experiments, get metrics, rename, and other uses.
|
* Add `Task.get_tasks`, retrieve previous experiments, get metrics, rename, and other uses.
|
||||||
* Improve Windows support.
|
* Improve Windows support.
|
||||||
|
Loading…
Reference in New Issue
Block a user