Skip to content

Commit

Permalink
add pcen_cnn to models
Browse files Browse the repository at this point in the history
  • Loading branch information
lostanlen committed Dec 1, 2018
1 parent e935a32 commit 1cd26a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
from urllib import urlretrieve

model_dir = os.path.join('birdvoxdetect', 'models')
suffixes = ['pcen_cnn_adaptive-threshold-T1800']
suffixes = [
'pcen_cnn',
'pcen_cnn_adaptive-threshold-T1800'
]
weight_files = ['birdvoxdetect_{}.h5'.format(suffix) for suffix in suffixes]
base_url = 'https://github.com/BirdVox/birdvoxdetect/raw/models/'

Expand Down

0 comments on commit 1cd26a0

Please sign in to comment.