diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 21:53:21 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 21:53:21 +0200 |
| commit | 3fcb003ea189c5f88f56ec2c2bf9f08e0a84128c (patch) | |
| tree | 09cbf0334a7098175208429a099877f03e146e36 /app/relay/modules/index.js | |
| parent | 4ae7526992491c84e321fb8f983fb5190d679ffc (diff) | |
runner
Diffstat (limited to 'app/relay/modules/index.js')
| -rw-r--r-- | app/relay/modules/index.js | 4 |
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 |
