summaryrefslogtreecommitdiff
path: root/app/relay/modules/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-07 01:51:11 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-07 01:51:11 +0200
commitf7d19d22c70b9f8bc879243729eda76f6d66c805 (patch)
tree722f500333fd0f82e4615fc0b0d6dea0da680300 /app/relay/modules/index.js
parentbfe71c7db045c8a1888b9823297765b294c72641 (diff)
ok need to observe whats happening when the checkpoints come back
Diffstat (limited to 'app/relay/modules/index.js')
-rw-r--r--app/relay/modules/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/relay/modules/index.js b/app/relay/modules/index.js
index 65ec75c..318c0df 100644
--- a/app/relay/modules/index.js
+++ b/app/relay/modules/index.js
@@ -7,6 +7,7 @@ import test from './test'
// cyclegan?
export default {
pix2pix,
+ pix2wav: pix2pix,
// pix2pixhd,
samplernn,
test,