Skip to content

Commit

Permalink
Make aim CLI directly accessible from main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gorarakelyan committed Feb 9, 2020
1 parent 4a1f7c1 commit ec30a25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
# Changelog

- Make aim CLI directly accessible from main.py (gorarakelyan)
- Add disk space usage tracking (gorarakelyan)
- Add profiler support for Keras (gorarakelyan)
- Add TensorFlow graph nodes profiler (gorarakelyan)
Expand Down
5 changes: 5 additions & 0 deletions main.py
@@ -0,0 +1,5 @@
from aim.cli.cli import cli_entry_point


if __name__ == '__main__':
cli_entry_point()

0 comments on commit ec30a25

Please sign in to comment.