added model file

This commit is contained in:
Santiago Martinez 2023-03-20 11:11:05 +00:00
parent 74e8283576
commit 0aa3d9d1e0
3 changed files with 4 additions and 4 deletions

6
.gitignore vendored
View File

@ -87,9 +87,6 @@ venv.bak/
.dmypy.json .dmypy.json
dmypy.json dmypy.json
# Batdetect Models [Include]
!bat_detect/models/*.pth.tar
# Model artifacts # Model artifacts
*.png *.png
*.jpg *.jpg
@ -98,6 +95,9 @@ dmypy.json
*.json *.json
plots/* plots/*
# Batdetect Models [Include]
!bat_detect/models/*.pth.tar
# Model experiments # Model experiments
experiments/* experiments/*

Binary file not shown.

View File

@ -12,7 +12,7 @@ dependencies = [
"pandas", "pandas",
"scikit-learn", "scikit-learn",
"scipy", "scipy",
"torch", "torch<2",
"torchaudio", "torchaudio",
"torchvision", "torchvision",
"click", "click",