eyescream
eyescream copied to clipboard
natural image generation using ConvNets
Does this code have a tensorflow version? I am more familiar with tensorflow.
Is there some clues about how to replace ‘Linear‘ net with my designed ’SpatialConvolution ‘ net in the file ‘eyescream/cifar/scripts/train_cifar_classcond.lua’ ?
Running `scripts/train_cifar.lua` with default parameters generates the attached images at different epochs (I changed the checkpoint-saving part to append the epoch number). What may be wrong? Here is the code...