Skip to main content

Version 0.10

important

Trains is now ClearML.

Trains Server 0.10.1

  • Add simple username / password login scheme, see GitHub trains-server Issue 3

  • Replace the Python web-server with NGINX.

  • Improve subdomain support (GitHub trains-server Issue 9).

  • Extend configuration options

    • Environment variables for overriding mongoDB and Elastic hosts URLs.
    • File server disabling browser cache.
    • File server compression support.
    • File server CORS support.

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:
    • Finer status definitions: Identify successful completion vs. user aborted.
    • Experiment plot comparison: Ensure different colors for different experiments.
    • Parse newline character in experiment description.
    • Show experiment start time in table display.
  • Add vertical guide in scalar plots.
  • Move hyperparameters to the designated tab.
  • "Admin" section now named "Profile".