Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TRAINS experiment manager support #1122

Merged
merged 15 commits into from
Mar 14, 2020

Commits on Feb 25, 2020

  1. Add allegro.ai TRAINS experiment manager support

    bmartinn committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    3a868d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. improve docstring and type hinting, fix the bug in log_metrics, add s…

    …upport torch.Tensor to input into log_image
    S-aiueo32 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    ac1ffb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2fd85b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. fix docs

    S-aiueo32 committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    196700a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from S-aiueo32/master

    Add google style docstring & type hinting, fix bugs, improve PyTorch compatibility
    bmartinn committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    1f53519 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    5d40030 View commit details
    Browse the repository at this point in the history
  2. pep8

    bmartinn committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    12c5104 View commit details
    Browse the repository at this point in the history
  3. pep8

    bmartinn committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    b6ab8b9 View commit details
    Browse the repository at this point in the history
  4. remove redundant typing

    use logging
    fix typing and pep8
    bmartinn committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    05ce77b View commit details
    Browse the repository at this point in the history
  5. remove deprecated interface

    bmartinn committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    3a72b74 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. add TrainsLogger test

    bmartinn committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    5256015 View commit details
    Browse the repository at this point in the history
  2. add TrainsLogger PR in CHANGELOG

    bmartinn committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    7294d97 View commit details
    Browse the repository at this point in the history
  3. add id/name property documentation

    bmartinn committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    81b2f9c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. change logging as log

    bmartinn committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    a1f671a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    430de28 View commit details
    Browse the repository at this point in the history