Implementation of FFTNet, paper
- implementation using LR split 1x1 conv, as in the paper.
- see description
- no generator
- implementation using 2x1 dilated-conv.
- generator avaialble
Note that 2x1 dilated-conv is equivalent with LR split 1x1 conv.
- YesNoDataset
- CMU Arctic (found a good parser in r9y9's repository)
''' sh util/cmu_arctic_support/download_data.sh python util/cmu_arctic_support/prepare_features.py ./data/slt_arctic_full_data '''