logo
Browse Source

Update

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 3 years ago
parent
commit
f784b4a636
  1. 4
      __init__.py

4
__init__.py

@ -15,5 +15,5 @@
from .torch_vggish import Vggish
def torch_vggish(weights_path: str = None, framework: str = 'pytorch'):
return Vggish(weights_path, framework)
def torch_vggish(**kwargs):
return Vggish(kwargs)

Loading…
Cancel
Save