Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hvc.extract not saving features file when called with arguments, not config file #113

Open
NickleDave opened this issue Apr 10, 2021 · 1 comment
Labels
BUG: a bug something isn't working

Comments

@NickleDave
Copy link
Collaborator

high-level hvc.extract file does not save a features file when called with keyword arguments (as opposed to passing it a single config file)

noticed this when going through the tutorial
https://github.com/NickleDave/hybrid-vocal-classifier-tutorial/blob/master/notebooks/02-feature-extraction.ipynb
raised an issue there too
NickleDave/hybrid-vocal-classifier-tutorial#6
but I think it's the code itself, I could reproduce the bug just running in ipython directly from this repo

@NickleDave NickleDave added the BUG: a bug something isn't working label Apr 10, 2021
@NickleDave
Copy link
Collaborator Author

yes, definitely the case that nothing gets saved in the directory passed in as an argument for output_dir even though the tutorial says otherwise

if return_features is True though, a dict is returned with keys features and labels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG: a bug something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant