Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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