MCPcopy Create free account

hub / github.com/anuragranj/coma / functions

Functions151 in github.com/anuragranj/coma

↓ 29 callersMethod_weight_variable
(self, shape, regularization=True)
lib/models.py:331
↓ 27 callersMethod_bias_variable
(self, shape, regularization=True)
lib/models.py:339
↓ 12 callersMethod__init__
(self)
lib/models.py:355
↓ 6 callersMethod_get_path
(self, folder)
lib/models.py:319
↓ 6 callersMethodfilter
(xt, k)
lib/models.py:596
↓ 6 callersMethodfit
(self, train_data, train_labels, val_data, val_labels)
lib/models.py:89
↓ 5 callersMethodevaluate
Runs one evaluation against the full epoch of data. Return the precision and the number of correct predictions. Batch evaluat
lib/models.py:61
↓ 4 callersMethod_get_session
Restore parameters if no session given.
lib/models.py:323
↓ 4 callersMethodpredict
(self, data, labels=None, sess=None)
lib/models.py:25
↓ 3 callersMethodconcat
(x, x_)
lib/models.py:1219
↓ 3 callersMethodload
(self)
facemesh.py:34
↓ 3 callersMethodshow_mesh
(self, viewer, mesh_vecs, figsize)
facemesh.py:98
↓ 2 callersMethod_decode
(self, x, reuse=False)
lib/models.py:1297
↓ 2 callersMethod_encode
(self, x, reuse=False)
lib/models.py:1276
↓ 2 callersMethodbuild_graph
Build the computational graph of the model.
lib/models.py:158
↓ 2 callersFunctioncollapse_cost
(Qv, r, c, v)
lib/mesh_sampling.py:118
↓ 2 callersFunctioncompute_perm
Return a list of indices to reorder the adjacency and data matrices so that the union of two neighbors from layer to layer forms a binary tre
lib/coarsening.py:167
↓ 2 callersFunctioncumsum_error
(error, n_bins=1000)
computeErrors.py:10
↓ 2 callersMethodencode
(self, data)
lib/models.py:188
↓ 2 callersMethodfc
Fully connected layer with Mout features.
lib/models.py:1017
↓ 2 callersMethodfc
Fully connected layer with Mout features.
lib/models.py:1268
↓ 2 callersMethodfilter_in_fourier
(self, x, L, Fout, K, U, W)
lib/models.py:869
↓ 2 callersMethodfourier
(self, x, L, Fout, K)
lib/models.py:887
↓ 2 callersMethodgather_data
(self, datapaths)
facemesh.py:162
↓ 2 callersMethodgather_data
(self, datapaths)
facemesh.py:228
↓ 2 callersMethodgather_paths
(self, opt)
facemesh.py:139
↓ 2 callersMethodgather_paths
(self, opt)
facemesh.py:198
↓ 2 callersMethodget_normalized_meshes
(self, mesh_paths)
facemesh.py:107
↓ 2 callersMethodkeep_words
Keep the documents given by the index, discard the others.
lib/utils.py:85
↓ 2 callersFunctionsort
(lamb, U)
lib/graph.py:151
↓ 1 callersMethod_conv2d
(self, x, W)
lib/models.py:347
↓ 1 callersFunction_get_sparse_transform
(faces, num_original_verts)
lib/mesh_sampling.py:204
↓ 1 callersMethod_inference
(self, x, dropout)
lib/models.py:357
↓ 1 callersFunctionbasis
Lanczos algorithm which computes the orthogonal matrix V and the tri-diagonal matrix H.
lib/graph.py:193
↓ 1 callersFunctionbspline_basis
Return the B-spline basis. K: number of control points. x: evaluation points or number of evenly distributed evaluation points.
lib/models.py:721
↓ 1 callersMethodchebyshev
(x)
lib/models.py:933
↓ 1 callersFunctioncox_deboor
(k, d)
lib/models.py:740
↓ 1 callersMethoddecode
(self,data)
lib/models.py:210
↓ 1 callersFunctiondiag_H
Diagonalize the tri-diagonal H matrix.
lib/graph.py:212
↓ 1 callersFunctionfourier
Return the Fourier basis, i.e. the EVD of the Laplacian.
lib/graph.py:148
↓ 1 callersFunctiongenerateExpressionDataSet
(data_path, save_path)
facemesh.py:253
↓ 1 callersFunctiongenerateSlicedTimeDataSet
(data_path, save_path)
facemesh.py:249
↓ 1 callersMethodinference
It builds the model, i.e. the computational graph, as far as is required for running the network forward to make predictions,
lib/models.py:232
↓ 1 callersMethodkeep_documents
Keep the documents given by the index, discard the others.
lib/utils.py:79
↓ 1 callersFunctionlogical_or3
(x, y, z)
lib/mesh_sampling.py:192
↓ 1 callersMethodloss
Adds to the inference model the layers required to generate loss.
lib/models.py:261
↓ 1 callersFunctionmain
()
processData.py:11
↓ 1 callersFunctionmetis
Coarsen a graph multiple times using the METIS algorithm. INPUT W: symmetric sparse weight (adjacency) matrix levels: the number of
lib/coarsening.py:34
↓ 1 callersFunctionmetis_one_level
(rr,cc,vv,rid,weights)
lib/coarsening.py:119
↓ 1 callersMethodnormalize
(self)
facemesh.py:47
↓ 1 callersFunctionperm_adjacency
Permute adjacency matrix, i.e. exchange node ids, so that binary unions form the clustering tree.
lib/coarsening.py:268
↓ 1 callersFunctionperm_data
Permute data matrix, i.e. exchange node ids, so that binary unions form the clustering tree.
lib/coarsening.py:219
↓ 1 callersFunctionqslim_decimator_transformer
Return a simplified version of this mesh. A Qslim-style approach is used here. :param factor: fraction of the original vertices to retain
lib/mesh_sampling.py:89
↓ 1 callersFunctionsave_error_plt
(cnn, pca, test,fname,n_bins=1000)
computeErrors.py:26
↓ 1 callersMethodsave_vertices
(self)
facemesh.py:172
↓ 1 callersMethodsave_vertices
(self)
facemesh.py:239
↓ 1 callersFunctionsetup_deformation_transfer
(source, target, use_normals=False)
lib/mesh_sampling.py:38
↓ 1 callersMethodtraining
Adds to the loss model the Ops required to generate and apply gradients.
lib/models.py:289
↓ 1 callersFunctionunperm_data
Unpermute data back to its original form
lib/coarsening.py:242
↓ 1 callersMethodvec2mesh
(self, vec)
facemesh.py:65
↓ 1 callersFunctionvertex_quadrics
Computes a quadric for each vertex in the Mesh. Returns: v_quadrics: an (N x 4 x 4) array, where N is # vertices.
lib/mesh_sampling.py:11
↓ 1 callersFunctionvisualize_latent_space
(model, facedata, mesh_path=None)
lib/visualize_latent_space.py:5
Method__init__
(self, nVal, train_file, test_file, reference_mesh_file,pca_n_comp=8, fitpca=False)
facemesh.py:12
Method__init__
(self, folders, dataset_name)
facemesh.py:128
Method__init__
(self, folders, test_exp, dataset_name,crossval="expression", use_templates=0)
facemesh.py:184
Method__init__
(self, documents)
lib/utils.py:134
Method__init__
(self, **params)
lib/utils.py:153
Method__init__
(self, **params)
lib/utils.py:163
Method__init__
(s)
lib/utils.py:280
Method__init__
(self)
lib/models.py:20
Method__init__
(self, nhiddens)
lib/models.py:364
Method__init__
(self, K, F)
lib/models.py:384
Method__init__
(self, F)
lib/models.py:405
Method__init__
(self, L, F)
lib/models.py:448
Method__init__
(self, L, F, K)
lib/models.py:485
Method__init__
(self, L, F, K)
lib/models.py:514
Method__init__
(self, L, F, K)
lib/models.py:549
Method__init__
(self, L, F, K)
lib/models.py:584
Method__init__
(self, L, F, K)
lib/models.py:625
Method__init__
(self, L, F, K)
lib/models.py:673
Method__init__
(self, L, weight_tensor, F, K, p, M, nv, which_loss, F_0=1, filter='chebyshev5', brelu='b1relu', pool='mpool1'
lib/models.py:803
Method__init__
(self, L, D, U, F, K, p, nz, nv, which_loss, F_0=1, filter='chebyshev5', brelu='b1relu', pool='mpool1',
lib/models.py:1110
Method__iter__
(self)
lib/utils.py:136
Method_inference
(self, x, dropout)
lib/models.py:367
Method_inference
(self, x, dropout)
lib/models.py:388
Method_inference
(self, x, dropout)
lib/models.py:408
Method_inference
(self, x, dropout)
lib/models.py:453
Method_inference
(self, x, dropout)
lib/models.py:490
Method_inference
(self, x, dropout)
lib/models.py:519
Method_inference
(self, x, dropout)
lib/models.py:554
Method_inference
(self, x, dropout)
lib/models.py:590
Method_inference
(self, x, dropout)
lib/models.py:637
Method_inference
(self, x, dropout)
lib/models.py:685
Method_inference
(self, x, dropout)
lib/models.py:1025
Method_inference
(self, x, dropout)
lib/models.py:1322
Functionadjacency
Return the adjacency matrix of a kNN graph.
lib/graph.py:57
Methodapool1
Average pooling of size p. Should be a power of 2.
lib/models.py:1008
Methodb1relu
Bias and ReLU. One bias per filter.
lib/models.py:976
Methodb1relu
Bias and ReLU. One bias per filter.
lib/models.py:1237
Methodb2relu
Bias and ReLU. One bias per vertex per filter.
lib/models.py:982
next →1–100 of 151, ranked by callers