Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 841 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 841 Bytes

FFTNet

Implementation of FFTNet, paper

FFTNet_split.py

  • implementation using LR split 1x1 conv, as in the paper.
  • see description
  • no generator

FFTNet_dilconv.py

  • implementation using 2x1 dilated-conv.
  • generator avaialble

Note that 2x1 dilated-conv is equivalent with LR split 1x1 conv.

In progress..

Preparing dataset

''' sh util/cmu_arctic_support/download_data.sh python util/cmu_arctic_support/prepare_features.py ./data/slt_arctic_full_data '''