diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 01:51:11 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 01:51:11 +0200 |
| commit | f7d19d22c70b9f8bc879243729eda76f6d66c805 (patch) | |
| tree | 722f500333fd0f82e4615fc0b0d6dea0da680300 /app/relay/modules/index.js | |
| parent | bfe71c7db045c8a1888b9823297765b294c72641 (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.js | 1 |
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, |
