MCPcopy Create free account

hub / github.com/bamos/dcgan-completion.tensorflow / functions

Functions31 in github.com/bamos/dcgan-completion.tensorflow

↓ 9 callersFunctionsave_images
(images, size, image_path)
utils.py:24
↓ 4 callersFunctionconv2d
(input_, output_dim, k_h=5, k_w=5, d_h=2, d_w=2, stddev=0.02, name="conv2d")
ops.py:50
↓ 4 callersFunctionlrelu
(x, leak=0.2, name="lrelu")
ops.py:90
↓ 4 callersFunctionmake_gif
(images, fname, duration=2, true_image=False)
utils.py:131
↓ 3 callersFunctionget_image
(image_path, image_size, is_crop=True)
utils.py:21
↓ 2 callersFunctionconv2d_transpose
(input_, output_shape, k_h=5, k_w=5, d_h=2, d_w=2, stddev=0.02, name
ops.py:64
↓ 2 callersFunctiondataset_files
Returns a list of all image files in the given directory
model.py:21
↓ 2 callersMethoddiscriminator
(self, image, reuse=False)
model.py:404
↓ 2 callersFunctioninverse_transform
(images)
utils.py:64
↓ 2 callersFunctionlinear
(input_, output_size, scope=None, stddev=0.02, bias_start=0.0, with_w=False)
ops.py:96
↓ 2 callersMethodload
(self, checkpoint_dir)
model.py:457
↓ 2 callersFunctionmerge
(images, size)
utils.py:33
↓ 1 callersMethodbuild_model
(self)
model.py:85
↓ 1 callersFunctioncenter_crop
(x, crop_h, crop_w=None, resize_w=64)
utils.py:47
↓ 1 callersMethodcomplete
(self, config)
model.py:246
↓ 1 callersMethodgenerator
(self, z)
model.py:418
↓ 1 callersFunctionimread
(path)
utils.py:27
↓ 1 callersFunctionimsave
(images, size, path)
utils.py:43
↓ 1 callersMethodsave
(self, checkpoint_dir, step)
model.py:449
↓ 1 callersMethodtrain
(self, config)
model.py:145
↓ 1 callersFunctiontransform
(image, npx=64, is_crop=True)
utils.py:56
Method__call__
(self, x, train)
ops.py:22
Method__init__
(self, epsilon=1e-5, momentum = 0.9, name="batch_norm")
ops.py:15
Method__init__
Args: sess: TensorFlow session batch_size: The size of batch. Should be specified before training. lowre
model.py:28
Functionbinary_cross_entropy
Computes binary cross entropy given `preds`. For brevity, let `x = `, `z = targets`. The logistic loss is loss(x, z) = - sum_i (x[i] *
ops.py:26
Functionconv_cond_concat
Concatenate conditioning vector on feature map axis.
ops.py:44
Methodmake_dir
(name)
model.py:247
Functionmake_frame
(t)
utils.py:134
Functionmerge_images
(images, size)
utils.py:30
Functionto_json
(output_path, *layers)
utils.py:68
Functionvisualize
(sess, dcgan, config, option)
utils.py:148