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
# Batdetect Models [Include]
!bat_detect/models/*.pth.tar
# Model artifacts
*.png
*.jpg
@ -98,6 +95,9 @@ dmypy.json
*.json
plots/*
# Batdetect Models [Include]
!bat_detect/models/*.pth.tar
# Model experiments
experiments/*

Binary file not shown.

View File

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