diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-26 14:15:41 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-26 14:15:41 +0200 |
| commit | 707633d3539df37e98e11f6ff74848bd53fa7afc (patch) | |
| tree | b8ea740199bb86fafe0e8281e77c6496adc1a7b3 /app | |
| parent | b8ff9e8fa47e354ab9d0e8e514256fdd5c1f9d4b (diff) | |
agh
Diffstat (limited to 'app')
| -rw-r--r-- | app/relay/modules/index.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/relay/modules/index.js b/app/relay/modules/index.js index abae1dd..2cbd08a 100644 --- a/app/relay/modules/index.js +++ b/app/relay/modules/index.js @@ -1,11 +1,13 @@ +import morph from './morph' import pix2pix from './pix2pix' import pix2pixhd from './pix2pixhd' import samplernn from './samplernn' import test from './test' -// torch-warp? -// audio style transfer? -// cyclegan? +// style transfer +// audio style transfer +// cyclegan export default { + morph, pix2pix, pix2wav: pix2pix, pix2pixhd, |
