资源算法wavenet

wavenet

2019-09-19 | |  76 |   0 |   0

MXNet Implementation of WaveNet

I am trying to reproduce the WaveNet result using MXNet. Here is the training code of generating without any condition, ~~but the training process can't convergence since the mae is always around 126. Hoping someone can raise your advices.~~ The model convergence in fact. The reason of "mae is always around 126" is the mxnet office mae evaluation metric does not match this net config. I have defined a new EvalMetric
Training log

How to Run

  1. Install mxnet and fix the dilate bug according to https://github.com/dmlc/mxnet/issues/3479

  2. Download VCTK cprpus and extract to the root folder

  3. Start training by python train.py

Implementation Note

  • Padding zero on right side by Concat operator since the convolution op of mxnet can't pad only on one side.

上一篇:AC-BLSTM

下一篇:Xception

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...