mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 22:51:58 +02:00
added model file
This commit is contained in:
parent
74e8283576
commit
0aa3d9d1e0
6
.gitignore
vendored
6
.gitignore
vendored
@ -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/*
|
||||
|
||||
|
BIN
bat_detect/models/Net2DFast_UK_same.pth.tar
Normal file
BIN
bat_detect/models/Net2DFast_UK_same.pth.tar
Normal file
Binary file not shown.
@ -12,7 +12,7 @@ dependencies = [
|
||||
"pandas",
|
||||
"scikit-learn",
|
||||
"scipy",
|
||||
"torch",
|
||||
"torch<2",
|
||||
"torchaudio",
|
||||
"torchvision",
|
||||
"click",
|
||||
|
Loading…
Reference in New Issue
Block a user