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 {
default_docker {
matche_rules [
match_rules [
{
image: "nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04"
arguments: "-e define=value"

View File

@ -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:

View File

@ -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
* 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.

View File

@ -51,12 +51,10 @@ title: Version 0.14
**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 shutdown behavior:
* 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.