MCPcopy Create free account

hub / github.com/ZZUTK/Face-Aging-CAAE / functions

Functions41 in github.com/ZZUTK/Face-Aging-CAAE

↓ 6 callersFunctionfc
(input_vector, num_output_length, name='fc')
ops.py:27
↓ 6 callersFunctionfc
(input_vector, num_output_length, name='fc')
old_version/ops.py:26
↓ 4 callersFunctionconcat_label
(x, label, duplicate=1)
ops.py:71
↓ 4 callersFunctionconcat_label
(x, label, duplicate=1)
old_version/ops.py:68
↓ 3 callersFunctiondeconv2d
(input_map, output_shape, size_kernel=5, stride=2, stddev=0.02, name='deconv2d')
ops.py:46
↓ 3 callersFunctiondeconv2d
(input_map, output_shape, size_kernel=5, stride=2, stddev=0.02, name='deconv2d')
old_version/ops.py:44
↓ 3 callersMethodload_checkpoint
(self, model_path=None)
FaceAging.py:625
↓ 3 callersFunctionload_image
( image_path, # path of a image image_size=64, # expected size of the image image_va
ops.py:85
↓ 3 callersFunctionload_image
( image_path, # path of a image image_size=64, # expected size of the image image_va
old_version/ops.py:82
↓ 3 callersFunctionsave_batch_images
( batch_images, # a batch of images save_path, # path to save the images image_valu
ops.py:100
↓ 3 callersFunctionsave_batch_images
( batch_images, # a batch of images save_path, # path to save the images image_valu
old_version/ops.py:97
↓ 3 callersMethodtest
(self, images, gender, name)
FaceAging.py:663
↓ 3 callersMethodtest
(self, images, gender, name)
old_version/FaceAging.py:645
↓ 2 callersFunctionconv2d
(input_map, num_output_channels, size_kernel=5, stride=2, name='conv2d')
ops.py:7
↓ 2 callersFunctionconv2d
(input_map, num_output_channels, size_kernel=5, stride=2, name='conv2d')
old_version/ops.py:7
↓ 2 callersMethoddiscriminator_img
(self, image, y, gender, is_training=True, reuse_variables=False, num_hidden_layer_channels=(16, 32, 64, 128),
FaceAging.py:571
↓ 2 callersMethoddiscriminator_img
(self, image, y, gender, is_training=True, reuse_variables=False, num_hidden_layer_channels=(16, 32, 64, 128),
old_version/FaceAging.py:560
↓ 2 callersMethoddiscriminator_z
(self, z, is_training=True, reuse_variables=False, num_hidden_layer_channels=(64, 32, 16), enable_bn=True)
FaceAging.py:540
↓ 2 callersMethoddiscriminator_z
(self, z, is_training=True, reuse_variables=False, num_hidden_layer_channels=(64, 32, 16), enable_bn=True)
old_version/FaceAging.py:529
↓ 2 callersFunctionjoin
(fromdir, tofile)
init_model/zip_opt.py:29
↓ 2 callersMethodload_checkpoint
(self)
old_version/FaceAging.py:614
↓ 2 callersMethodsave_checkpoint
(self)
FaceAging.py:615
↓ 2 callersMethodsave_checkpoint
(self)
old_version/FaceAging.py:604
↓ 2 callersMethodtrain
(self, num_epochs=200, # number of epochs learning_rate=0.0002, # learning rat
FaceAging.py:183
↓ 1 callersMethodcustom_test
(self, testing_samples_dir)
FaceAging.py:701
↓ 1 callersMethodcustom_test
(self, testing_samples_dir)
old_version/FaceAging.py:683
↓ 1 callersMethodencoder
(self, image, reuse_variables=False)
FaceAging.py:448
↓ 1 callersMethodencoder
(self, image, reuse_variables=False)
old_version/FaceAging.py:437
↓ 1 callersMethodgenerator
(self, z, y, gender, reuse_variables=False, enable_tile_label=True, tile_ratio=1.0)
FaceAging.py:475
↓ 1 callersMethodgenerator
(self, z, y, gender, reuse_variables=False, enable_tile_label=True, tile_ratio=1.0)
old_version/FaceAging.py:464
↓ 1 callersFunctionlrelu
(logits, leak=0.2)
ops.py:67
↓ 1 callersFunctionlrelu
(logits, leak=0.2)
old_version/ops.py:64
↓ 1 callersMethodsample
(self, images, labels, gender, name)
FaceAging.py:643
↓ 1 callersMethodsample
(self, images, labels, gender, name)
old_version/FaceAging.py:625
↓ 1 callersMethodtrain
(self, num_epochs=200, # number of epochs learning_rate=0.0002, # learning rat
old_version/FaceAging.py:183
Method__init__
(self, session, # TensorFlow session size_image=128, # size the input im
FaceAging.py:21
Method__init__
(self, session, # TensorFlow session size_image=128, # size the input im
old_version/FaceAging.py:21
Functionmain
(_)
main.py:29
Functionmain
(_)
old_version/main.py:14
Functionsplit
(fromfile, todir, chunksize=chunksize)
init_model/zip_opt.py:8
Functionstr2bool
(v)
main.py:9