logo
Browse Source

Debug

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 2 years ago
parent
commit
2576600da8
  1. 1
      vggish.py
  2. 1
      vggish_input.py

1
vggish.py

@ -27,6 +27,7 @@ from towhee.operator.base import NNOperator
from towhee.models.vggish.torch_vggish import VGG
from towhee import register
sys.path.append(str(Path(__file__).parent))
import vggish_input
warnings.filterwarnings('ignore')

1
vggish_input.py

@ -17,7 +17,6 @@
# Modification: Return torch tensors rather than numpy arrays
import torch
import numpy as np
import resampy

Loading…
Cancel
Save