Published May 13, 2022
| Version v0.6.5
Software
Open
shyamblast/Koogu:
Authors/Creators
Description
- Users can now specify which column to use from selection table(s) for extracting class labels; works both in
data.preprocess.from_selection_table_map()andutils.assessments.PrecisionRecall(). - Now users have option to either specify mappings of audio & annotation files as a list of pairs (old way) or as a path to a csv file listing out the same. Mechanism available in both
data.preprocess.from_selection_table_map()andutils.assessments.PrecisionRecall(). - Centralized handling of the mapping of audio & annotation files: now provides a more detailed error message about invalid entries.
- ReLU is now optional (by default, not added) following the BatchNorm after each dense (FCN) layer added in
KooguArchitectureBasemodels.
Files
shyamblast/Koogu-v0.6.5.zip
Files
(142.7 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:c6b41d6fb687007261e39fea7b599735
|
142.7 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/shyamblast/Koogu/tree/v0.6.5 (URL)