summaryrefslogtreecommitdiff
path: root/app/relay/modules/index.js
blob: abae1dd5fd0e4b4f988d24cfb3330cd73ca4b2a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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,
  pix2wav: pix2pix,
	pix2pixhd,
	samplernn,
	test,
}