SYMBOL INDEX (29 symbols across 6 files) FILE: args.py class Args (line 3) | class Args : FILE: data.py function normalize4gan (line 13) | def normalize4gan(im): function denormalize4gan (line 27) | def denormalize4gan(im): function make_hdf5 (line 39) | def make_hdf5(ofname, wildcard): function test (line 63) | def test(hdff): FILE: discrimination.py class MinibatchDiscrimination (line 9) | class MinibatchDiscrimination(Layer): method __init__ (line 64) | def __init__(self, nb_kernels, kernel_dim, init='glorot_uniform', weig... method build (line 84) | def build(self, input_shape): method call (line 101) | def call(self, x, mask=None): method compute_output_shape (line 108) | def compute_output_shape(self, input_shape): method get_config (line 112) | def get_config(self): FILE: gan.py function sample_faces (line 25) | def sample_faces( faces ): function binary_noise (line 36) | def binary_noise(cnt): function sample_fake (line 56) | def sample_fake( gen ) : function dump_batch (line 63) | def dump_batch(imgs, cnt, ofname): function build_networks (line 87) | def build_networks(): function train_autoenc (line 154) | def train_autoenc( dataf ): function load_weights (line 197) | def load_weights(model, wf): function train_gan (line 209) | def train_gan( dataf ) : function run_batches (line 226) | def run_batches(gen, disc, gan, faces, logger, itr_generator): function end_of_batch_task (line 280) | def end_of_batch_task(batch, gen, disc, reals, fakes): function generate (line 305) | def generate( genw, cnt ): function main (line 322) | def main( argv ) : FILE: layers.py function upsample_filt (line 8) | def upsample_filt(size): function bilinear_upsample_weights (line 18) | def bilinear_upsample_weights(factor, number_of_classes): function bilinear2x (line 28) | def bilinear2x(x, nfilters): FILE: nets.py function build_enc (line 30) | def build_enc( shape ) : function build_discriminator (line 35) | def build_discriminator( shape, build_disc=True ) : function build_gen (line 96) | def build_gen( shape ) :