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 Aim integration to PyTorch image classification template #12

Merged
merged 5 commits into from
Jan 19, 2021

Conversation

gorarakelyan
Copy link
Contributor

@gorarakelyan gorarakelyan commented Jan 14, 2021

Summary

Added Aim to PyTorch image classification template as an experiment logger option.

Details

What was added:

  • Initialization of aim.Session
  • Logging parameters with Aim
  • Logging metrics with Aim
  • Aim as a logger option in the sidebar
  • Experiment name input in the sidebar
  • Markdown of how to run UI and link to the full documentation

Checklist

  • all tests are passing (see README.md on how to run tests)
  • you formatted all code with black
  • you checked all new functionality live, i.e. in the running web app
  • any generated code is formatted nicely, both in .py and in .ipynb ("nicely" = comparable to the existing templates)
  • you added comments in your code that explain what it does
  • the PR explains in detail what's new

@jrieke jrieke merged commit 75f9c07 into jrieke:main Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants