summaryrefslogtreecommitdiff
path: root/app/relay/modules/index.js
blob: 65ec75cf3d10f7679e6de7aeea5f8723169f6f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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,
}