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

setup.py for easy installation, and instructions on modifying hyperparameters #23

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

turian
Copy link

@turian turian commented Aug 31, 2021

We add a setup.py file, for installation, and instructions on modifying hyperparameters. This closes #22

If you want to modify hyperparameters in `torchvggish.vggish_params`,
add the following `install_requires` to your `setup.py`:
```
"torchvggish @ git+https://github.com/neuralaudio/torchvggish.git@setup.py#egg=torchvggish",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you approve this PR and will merge it, I will change the URL to the main repo with branch master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modify torchvggish.vggish_params.EXAMPLE_HOP_SECONDS after (or before) model load?
1 participant