MCPcopy Create free account

hub / github.com/chingweitseng/general-deep-image-completion / functions

Functions27 in github.com/chingweitseng/general-deep-image-completion

↓ 32 callersMethodnew_conv_layer
( self, bottom, filter_shape, activation=tf.identity, padding='SAME', stride=1, name=None )
face-completion/graph_celeba.py:9
↓ 19 callersMethodnew_conv_layer
( self, bottom, filter_shape, activation=tf.identity, padding='SAME', stride=1, name=None )
general-image-completion/graph_mscoco.py:9
↓ 6 callersMethodnew_deconv_layer
(self, bottom, filter_shape, output_shape, activation=tf.identity, padding='SAME', stride=1, name=None)
general-image-completion/graph_mscoco.py:25
↓ 5 callersMethodresize_conv_layer
(self, bottom, filter_shape, resize_scale=2, activation=tf.identity, padding='SAME', stride=1, name=None)
face-completion/graph_celeba.py:89
↓ 4 callersMethodbatchnorm
(self, bottom, is_train, epsilon=1e-8, name=None)
general-image-completion/graph_mscoco.py:79
↓ 4 callersMethodbatchnorm
(self, bottom, is_train, epsilon=1e-8, name=None)
face-completion/graph_celeba.py:62
↓ 4 callersMethodleaky_relu
(self, bottom, leak=0.1)
general-image-completion/graph_mscoco.py:76
↓ 4 callersMethodleaky_relu
(self, bottom, leak=0.1)
face-completion/graph_celeba.py:59
↓ 1 callersMethodbuild_reconstruction
( self, images, is_train )
general-image-completion/graph_mscoco.py:114
↓ 1 callersMethodbuild_reconstruction
( self, images, is_train )
face-completion/graph_celeba.py:96
↓ 1 callersFunctionmasking
(img)
general-image-completion/demo.py:32
↓ 1 callersFunctionmasking
(img)
face-completion/demo.py:32
↓ 1 callersMethodnew_fc_layer
( self, bottom, output_size, name )
general-image-completion/graph_mscoco.py:40
↓ 1 callersMethodnew_fc_layer
( self, bottom, output_size, name )
face-completion/graph_celeba.py:40
Method__init__
(self)
general-image-completion/graph_mscoco.py:6
Method__init__
(self)
face-completion/graph_celeba.py:6
Methodbuild_adversarial
(self, images, is_train, reuse=None)
general-image-completion/graph_mscoco.py:202
Methodbuild_adversarial
(self, images, is_train, reuse=None)
face-completion/graph_celeba.py:230
Methodchannel_wise_fc_layer
(self, input, name)
general-image-completion/graph_mscoco.py:59
Functiondraw
(event, x, y, flags, param)
general-image-completion/demo.py:18
Functiondraw
(event, x, y, flags, param)
face-completion/demo.py:18
Methodnew_deconv_layer
(self, bottom, filter_shape, output_shape, activation=tf.identity, padding='SAME', stride=1, name=None)
face-completion/graph_celeba.py:25
Functionnothing
(x)
general-image-completion/demo.py:15
Functionnothing
(x)
face-completion/demo.py:15
Methodresize_conv_layer
(self, bottom, filter_shape, resize_scale=2, activation=tf.identity, padding='SAME', stride=1, name=None)
general-image-completion/graph_mscoco.py:106
Methodupdate
()
general-image-completion/graph_mscoco.py:92
Methodupdate
()
face-completion/graph_celeba.py:75