Code fragment metadata

hasIdentifier: https://padme-analytics.de/pht/codeFragment/4ab5b6722272fea819d2f8a464c1575c71646589f0627fad2a53e7ebebde788d
hasContent: if __name__ == "__main__": # dis_v = build_cdis(img_shape) # dis_v.compile(loss='binary_crossentropy', # optimizer=adam_v2.Adam(), # metrics=['accuracy']) # gen_v = build_cgen(zdim) # dis_v.trainable = False # gan_v = build_cgan(gen_v, dis_v) # gan_v.compile(loss='binary_crossentropy', # optimizer=adam_v2.Adam() # )

Code fragment is used in the following Trains