summaryrefslogtreecommitdiff
path: root/app/relay/modules/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-17 21:53:21 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-17 21:53:21 +0200
commit3fcb003ea189c5f88f56ec2c2bf9f08e0a84128c (patch)
tree09cbf0334a7098175208429a099877f03e146e36 /app/relay/modules/index.js
parent4ae7526992491c84e321fb8f983fb5190d679ffc (diff)
runner
Diffstat (limited to 'app/relay/modules/index.js')
-rw-r--r--app/relay/modules/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/relay/modules/index.js b/app/relay/modules/index.js
index 318c0df..abae1dd 100644
--- a/app/relay/modules/index.js
+++ b/app/relay/modules/index.js
@@ -1,5 +1,5 @@
import pix2pix from './pix2pix'
-// import pix2pixhd from './pix2pixhd'
+import pix2pixhd from './pix2pixhd'
import samplernn from './samplernn'
import test from './test'
// torch-warp?
@@ -8,7 +8,7 @@ import test from './test'
export default {
pix2pix,
pix2wav: pix2pix,
- // pix2pixhd,
+ pix2pixhd,
samplernn,
test,
} \ No newline at end of file