linhdvu14 / vggvox-speaker-identification

Speaker identification with VGGVox network
82 stars 34 forks source link

VGGVox 2 #15

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi all,

I'm following @linhdvu14's steps and triyng to export VGGVox 2 to Keras/TensorFlow, but apparently things get much more complicated.

I've tried some options like the one explained here (https://sefiks.com/2019/07/15/how-to-convert-matlab-models-to-keras/) but I've made no success. Apparently, the VGGVox2 model is implemented in Matlab using the MatConvNet toolbox and additionally a DAGNN wrapper, which makes the export task more complex.

Any suggesion about how to tackle this stuff?

Many thanks in advance!