mirror of
https://github.com/clearml/clearml-serving
synced 2025-06-26 18:16:00 +00:00
Add model metric logging
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user