diff options
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, |
