summaryrefslogtreecommitdiff
path: root/app/relay/modules/index.js
blob: 2cbd08a38ccc6bbbbeb39d8d64ead52fbb702b9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import morph from './morph'
import pix2pix from './pix2pix'
import pix2pixhd from './pix2pixhd'
import samplernn from './samplernn'
import test from './test'
// style transfer
// audio style transfer
// cyclegan
export default {
  morph,
	pix2pix,
  pix2wav: pix2pix,
	pix2pixhd,
	samplernn,
	test,
}