Add model metric logging

This commit is contained in:
allegroai
2022-03-21 01:00:19 +02:00
parent d684169367
commit 4355c1b1f4
37 changed files with 1733 additions and 253 deletions

7
.gitignore vendored
View File

@@ -2,6 +2,7 @@
dist/
build/
*.egg-info/
.tmp/
# Compiled Python bytecode
@@ -23,6 +24,12 @@ Thumbs.db
*.app
*.exe
*.war
*.pkl
*.pt
*.pb
data/
runs/
variables/
# Large media files
*.mp4