Skip to content

mimbres/FFTNet

Repository files navigation

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 '''

About

Implementation of FFTNet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published