mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-03 18:53:37 +00:00
Small edits (#939)
This commit is contained in:
parent
2c9d3b6008
commit
07594692ee
@ -433,7 +433,7 @@ These settings define which Docker image and arguments should be used unless [ex
|
||||
```
|
||||
agent {
|
||||
default_docker {
|
||||
matche_rules [
|
||||
match_rules [
|
||||
{
|
||||
image: "nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04"
|
||||
arguments: "-e define=value"
|
||||
|
@ -27,10 +27,8 @@ title: Version 0.10
|
||||
### Trains Server 0.10.0
|
||||
|
||||
* Experiment code execution detection.
|
||||
|
||||
* Add source-control diff section.
|
||||
* Add code requirements section.
|
||||
|
||||
* Automatically stop inactive experiments (default: 2 hours).
|
||||
* Configuration details in readme.md:
|
||||
* Improve visibility:
|
||||
|
@ -78,7 +78,7 @@ title: Version 0.10
|
||||
|
||||
* Add Matplotlib SVG support.
|
||||
* Add Seaborn support.
|
||||
* Add TRAINS_LOG_ENVIRONMENT environment logging ([GitHub trains Issue 17](https://github.com/allegroai/trains/issues/17#issuecomment-507398767)).
|
||||
* Add `TRAINS_LOG_ENVIRONMENT` environment logging ([GitHub trains Issue 17](https://github.com/allegroai/trains/issues/17#issuecomment-507398767)).
|
||||
* Add Microsoft Azure notebook support.
|
||||
* Add Google Colab support.
|
||||
* Fix TensorBoard RGB channel order.
|
||||
@ -93,15 +93,12 @@ title: Version 0.10
|
||||
### Trains 0.10.0
|
||||
|
||||
* Experiment code execution detection
|
||||
|
||||
* Automatically create package requirements section (including used versions).
|
||||
* Automatically detect and store source code uncommitted changes.
|
||||
* Improve Jupyter Notebook support
|
||||
* Automatically convert notebook to Python script (stored under uncommitted changes).
|
||||
* Automatically update used packages in Jupyter Notebook (including used versions).
|
||||
|
||||
* Add resource monitoring to experiment metrics
|
||||
|
||||
* Sample every 500ms, averaged over 30 seconds.
|
||||
* CPU, network, I/O, memory, and other resources.
|
||||
* For GPU support please install gpustat.
|
||||
@ -110,9 +107,7 @@ title: Version 0.10
|
||||
pip install gpustat
|
||||
```
|
||||
* Automatically stop inactive experiments (default: 2 hours)
|
||||
|
||||
* Improve visibility
|
||||
|
||||
* Finer status definitions: Identify successful completion vs. user aborted.
|
||||
* Experiment plot comparison: Ensure different colors for different experiments.
|
||||
* Parse newline character in experiment description.
|
||||
|
@ -52,11 +52,9 @@ title: Version 0.14
|
||||
|
||||
* Fix renaming / deleting model file right after saving will break asynchronous upload ([GitHub Issue #123](https://github.com/allegroai/trains/issues/123)).
|
||||
* Fix shutdown behavior:
|
||||
|
||||
* Logger flush delay and termination.
|
||||
* Repository / package detection termination.
|
||||
* Threads termination.
|
||||
|
||||
* Fix text encoding `utf-8` and `pr_curve` broken in Tensorboard support.
|
||||
* Fix single log request exceeds max packet size.
|
||||
* Fix upload debug assets with series / title including `,` or `/` did not add iteration index to the filename.
|
||||
|
Loading…
Reference in New Issue
Block a user