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, }