You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to modify global variable torchvggish.vggish_params.EXAMPLE_HOP_SECONDS after (or before) loading the model.
However, I cannot import torchvggish.vggish_params because I don't have it installed on my system and it's tricky to install. There is no pypi module and no setup.py file.
What would be the simplest way to modify torchvggish.vggish_params.EXAMPLE_HOP_SECONDS?
The text was updated successfully, but these errors were encountered:
I would like to modify global variable
torchvggish.vggish_params.EXAMPLE_HOP_SECONDS
after (or before) loading the model.However, I cannot import
torchvggish.vggish_params
because I don't have it installed on my system and it's tricky to install. There is no pypi module and no setup.py file.What would be the simplest way to modify
torchvggish.vggish_params.EXAMPLE_HOP_SECONDS
?The text was updated successfully, but these errors were encountered: