From 5a4de48a6d63cb383832f6ef85b21699a511b755 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 25 May 2018 19:54:38 +0200 Subject: stubbing in a lot of stuff! --- app/relay/modules/index.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app/relay/modules/index.js (limited to 'app/relay/modules/index.js') diff --git a/app/relay/modules/index.js b/app/relay/modules/index.js new file mode 100644 index 0000000..65ec75c --- /dev/null +++ b/app/relay/modules/index.js @@ -0,0 +1,13 @@ +import pix2pix from './pix2pix' +// import pix2pixhd from './pix2pixhd' +import samplernn from './samplernn' +import test from './test' +// torch-warp? +// audio style transfer? +// cyclegan? +export default { + pix2pix, + // pix2pixhd, + samplernn, + test, +} \ No newline at end of file -- cgit v1.2.3-70-g09d2