MCPcopy Create free account

hub / github.com/carpedm20/DCGAN-tensorflow / functions

Functions107 in github.com/carpedm20/DCGAN-tensorflow

↓ 18 callersFunctiongetopt
(opt, field_name, default_value)
web/js/convnet.js:131
↓ 16 callersFunctionconv_out_size_same
(size, stride)
model.py:14
↓ 12 callersFunctiondeconv2d
(input_, output_shape, k_h=5, k_w=5, d_h=2, d_w=2, stddev=0.02, name="deconv2d", with_w=False)
ops.py:65
↓ 9 callersFunctionlinear
(input_, output_size, scope=None, stddev=0.02, bias_start=0.0, with_w=False)
ops.py:93
↓ 7 callersFunctionconcat
(tensors, axis, *args, **kwargs)
ops.py:23
↓ 7 callersFunctionlrelu
(x, leak=0.2, name="lrelu")
ops.py:90
↓ 6 callersFunctionconv2d
(input_, output_dim, k_h=5, k_w=5, d_h=2, d_w=2, stddev=0.02, name="conv2d")
ops.py:52
↓ 6 callersFunctionconv_cond_concat
Concatenate conditioning vector on feature map axis.
ops.py:45
↓ 6 callersFunctionrandf
(a, b)
web/js/convnet.js:22
↓ 5 callersFunctionexpand_path
(path)
utils.py:27
↓ 5 callersFunctionsave_images
(images, size, image_path)
utils.py:46
↓ 4 callersFunctionmake_gif
(images, fname, duration=2, true_image=False)
utils.py:173
↓ 4 callersFunctionrandi
(a, b)
web/js/convnet.js:23
↓ 3 callersFunction_download_lsun
(out_dir, category, set_name, tag)
download.py:114
↓ 3 callersFunctionassert
(condition, message)
web/js/convnet.js:148
↓ 3 callersFunctiondraw_pixels
(x)
web/js/app.js:57
↓ 3 callersFunctionimread
(path, grayscale = False)
utils.py:49
↓ 3 callersMethodsave
(self, checkpoint_dir, step, filename='model', ckpt=True, frozen=False)
model.py:518
↓ 2 callersFunctionactivate
($el)
web/js/app.js:233
↓ 2 callersFunctionaverage
(data, nChannel)
web/js/convnet.js:39
↓ 2 callersFunctiondeactivate
($el)
web/js/app.js:228
↓ 2 callersMethoddiscriminator
(self, image, y=None, reuse=False)
model.py:333
↓ 2 callersFunctiondraw
()
web/js/app.js:158
↓ 2 callersFunctiongen_random
(mode, size)
model.py:17
↓ 2 callersFunctiongetCoordinates
(e)
web/js/app.js:258
↓ 2 callersFunctionget_deconv_outsize
(size, k, s, p)
web/js/convnet.js:564
↓ 2 callersFunctionget_image
(image_path, input_height, input_width, resize_height=64, resize_width=64, crop=Tr
utils.py:39
↓ 2 callersFunctionimage_manifold_size
(num_images)
utils.py:264
↓ 2 callersFunctioninverse_transform
(images)
utils.py:107
↓ 2 callersMethodload
(self, checkpoint_dir)
model.py:538
↓ 2 callersFunctionmake_z
(max_length, scale)
web/js/app.js:16
↓ 2 callersFunctionmerge
(images, size)
utils.py:62
↓ 2 callersMethodtrain
(self, config)
model.py:163
↓ 1 callersFunctionarrContains
(arr, elt)
web/js/convnet.js:71
↓ 1 callersFunctionarrUnique
(arr)
web/js/convnet.js:78
↓ 1 callersMethodbuild_model
(self)
model.py:106
↓ 1 callersFunctioncenter_crop
(x, crop_h, crop_w, resize_h=64, resize_w=64)
utils.py:87
↓ 1 callersFunctionclip_pixel
(x)
web/js/app.js:70
↓ 1 callersFunctioncloneCanvas
(oldCanvas)
web/js/app.js:76
↓ 1 callersFunctiondesugar
()
web/js/convnet.js:1747
↓ 1 callersFunctiondownload_celeb_a
(dirpath)
download.py:88
↓ 1 callersFunctiondownload_file_from_google_drive
(id, destination)
download.py:54
↓ 1 callersFunctiondownload_lsun
(dirpath)
download.py:127
↓ 1 callersFunctiondownload_mnist
(dirpath)
download.py:144
↓ 1 callersFunctiongaussRandom
()
web/js/convnet.js:8
↓ 1 callersMethodgenerator
(self, z, y=None)
model.py:364
↓ 1 callersFunctionget_confirm_token
(response)
download.py:67
↓ 1 callersFunctionget_pixels
()
web/js/app.js:30
↓ 1 callersFunctionimsave
(images, size, path)
utils.py:83
↓ 1 callersMethodload_mnist
(self)
model.py:475
↓ 1 callersFunctionmaxmin
(w)
web/js/convnet.js:89
↓ 1 callersFunctionprepare_data_dir
(path = './data')
download.py:167
↓ 1 callersFunctionrandperm
(n)
web/js/convnet.js:104
↓ 1 callersFunctionrecover_pixels
(x)
web/js/app.js:47
↓ 1 callersMethodsampler
(self, z, y=None)
model.py:423
↓ 1 callersFunctionsave_response_content
(response, destination, chunk_size=32*1024)
download.py:73
↓ 1 callersFunctionshow_all_variables
()
utils.py:35
↓ 1 callersFunctiontanh
(x)
web/js/convnet.js:1474
↓ 1 callersFunctiontimestamp
(s='%Y%m%d.%H%M%S', ts=None)
utils.py:30
↓ 1 callersFunctiontransform
(image, input_height, input_width, resize_height=64, resize_width=64, crop=True)
utils.py:97
↓ 1 callersFunctionvisualize
(sess, dcgan, config, option, sample_dir='samples')
utils.py:190
↓ 1 callersFunctionweightedSample
(lst, probs)
web/js/convnet.js:121
↓ 1 callersFunctionzeros
(n)
web/js/convnet.js:27
FunctionConvLayer
(opt)
web/js/convnet.js:402
FunctionDeconvLayer
(opt)
web/js/convnet.js:568
FunctionDropoutLayer
(opt)
web/js/convnet.js:1547
FunctionFullyConnLayer
(opt)
web/js/convnet.js:735
FunctionInputLayer
(opt)
web/js/convnet.js:971
FunctionLocalResponseNormalizationLayer
(opt)
web/js/convnet.js:1619
FunctionMagicNet
(data, labels, opt)
web/js/convnet.js:2093
FunctionMaxoutLayer
(opt)
web/js/convnet.js:1361
FunctionNet
(options)
web/js/convnet.js:1733
FunctionPoolLayer
(opt)
web/js/convnet.js:843
FunctionRegressionLayer
(opt)
web/js/convnet.js:1107
FunctionReluLayer
(opt)
web/js/convnet.js:1253
FunctionSVMLayer
(opt)
web/js/convnet.js:1177
FunctionSigmoidLayer
(opt)
web/js/convnet.js:1306
FunctionSoftmaxLayer
(opt)
web/js/convnet.js:1025
FunctionTanhLayer
(opt)
web/js/convnet.js:1481
FunctionTrainer
(net, options)
web/js/convnet.js:1919
FunctionVol
(sx, sy, depth, c)
web/js/convnet.js:182
Method__call__
(self, x, train=True)
ops.py:36
Method__init__
(self, epsilon=1e-5, momentum = 0.9, name="batch_norm")
ops.py:30
Method__init__
Args: sess: TensorFlow session batch_size: The size of batch. Should be specified before training. y_dim: (optional) Dimension
model.py:24
Function_list_categories
(tag)
download.py:109
Functionaugment
(V, crop, dx, dy, fliplr)
web/js/convnet.js:292
FunctioncollapseNavbar
()
web/js/app.js:341
Functiondisable
($el)
web/js/app.js:238
Functiondownload
(url, dirpath)
download.py:27
Functionenable
($el)
web/js/app.js:243
Functionimg_to_vol
(img, convert_grayscale)
web/js/convnet.js:331
Functionindex
()
web/app.py:7
FunctionisEnabled
($el)
web/js/app.js:248
Functionmain
(_)
main.py:42
Functionmake_frame
(t)
utils.py:176
Functionmerge_images
(images, size)
utils.py:59
Methodmodel_dir
(self)
model.py:513
FunctionmouseDownCallback
(e)
web/js/app.js:272
FunctionmouseMoveCallback
(e)
web/js/app.js:280
FunctionmouseUpCallback
()
web/js/app.js:288
next →1–100 of 107, ranked by callers