Small edits (#939)

This commit is contained in:
pollfly 2024-09-29 13:21:00 +03:00 committed by GitHub
parent 2c9d3b6008
commit 07594692ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 13 deletions

View File

@ -433,7 +433,7 @@ These settings define which Docker image and arguments should be used unless [ex
``` ```
agent { agent {
default_docker { default_docker {
matche_rules [ match_rules [
{ {
image: "nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04" image: "nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04"
arguments: "-e define=value" arguments: "-e define=value"

View File

@ -27,10 +27,8 @@ title: Version 0.10
### Trains Server 0.10.0 ### Trains Server 0.10.0
* Experiment code execution detection. * Experiment code execution detection.
* Add source-control diff section. * Add source-control diff section.
* Add code requirements section. * Add code requirements section.
* Automatically stop inactive experiments (default: 2 hours). * Automatically stop inactive experiments (default: 2 hours).
* Configuration details in readme.md: * Configuration details in readme.md:
* Improve visibility: * Improve visibility:

View File

@ -78,7 +78,7 @@ title: Version 0.10
* Add Matplotlib SVG support. * Add Matplotlib SVG support.
* Add Seaborn 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 Microsoft Azure notebook support.
* Add Google Colab support. * Add Google Colab support.
* Fix TensorBoard RGB channel order. * Fix TensorBoard RGB channel order.
@ -93,15 +93,12 @@ title: Version 0.10
### Trains 0.10.0 ### Trains 0.10.0
* Experiment code execution detection * Experiment code execution detection
* Automatically create package requirements section (including used versions). * Automatically create package requirements section (including used versions).
* Automatically detect and store source code uncommitted changes. * Automatically detect and store source code uncommitted changes.
* Improve Jupyter Notebook support * Improve Jupyter Notebook support
* Automatically convert notebook to Python script (stored under uncommitted changes). * Automatically convert notebook to Python script (stored under uncommitted changes).
* Automatically update used packages in Jupyter Notebook (including used versions). * Automatically update used packages in Jupyter Notebook (including used versions).
* Add resource monitoring to experiment metrics * Add resource monitoring to experiment metrics
* Sample every 500ms, averaged over 30 seconds. * Sample every 500ms, averaged over 30 seconds.
* CPU, network, I/O, memory, and other resources. * CPU, network, I/O, memory, and other resources.
* For GPU support please install gpustat. * For GPU support please install gpustat.
@ -110,9 +107,7 @@ title: Version 0.10
pip install gpustat pip install gpustat
``` ```
* Automatically stop inactive experiments (default: 2 hours) * Automatically stop inactive experiments (default: 2 hours)
* Improve visibility
* Improve visibility
* Finer status definitions: Identify successful completion vs. user aborted. * Finer status definitions: Identify successful completion vs. user aborted.
* Experiment plot comparison: Ensure different colors for different experiments. * Experiment plot comparison: Ensure different colors for different experiments.
* Parse newline character in experiment description. * Parse newline character in experiment description.

View File

@ -51,12 +51,10 @@ title: Version 0.14
**Bug Fixes** **Bug Fixes**
* Fix renaming / deleting model file right after saving will break asynchronous upload ([GitHub Issue #123](https://github.com/allegroai/trains/issues/123)). * 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: * Fix shutdown behavior:
* Logger flush delay and termination. * Logger flush delay and termination.
* Repository / package detection termination. * Repository / package detection termination.
* Threads termination. * Threads termination.
* Fix text encoding `utf-8` and `pr_curve` broken in Tensorboard support. * Fix text encoding `utf-8` and `pr_curve` broken in Tensorboard support.
* Fix single log request exceeds max packet size. * 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. * Fix upload debug assets with series / title including `,` or `/` did not add iteration index to the filename.