Skip to content

Commit

Permalink
fix dependancy problems, removed sound package
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomDam committed Jul 27, 2018
1 parent 57c2e0f commit 23ec031
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vggish.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@
from keras.engine.topology import get_source_inputs
from keras import backend as K

from sound import vggish_params2 as params
import vggish_params as params


# weight path
WEIGHTS_PATH = '/mount/hudi/moe/moce/soundnet_moce/sound/weights/vggish_audioset_weights_without_fc2.h5'
WEIGHTS_PATH_TOP = '/mount/hudi/moe/moce/soundnet_moce/sound/weights/vggish_audioset_weights.h5'
WEIGHTS_PATH = '/home/brain/Documents/git/VGGish/vggish_audioset_weights_without_fc2.h5'

def VGGish(load_weights=True, weights='audioset',
input_tensor=None, input_shape=None,
Expand Down

0 comments on commit 23ec031

Please sign in to comment.