MCPcopy Create free account

hub / github.com/Amanda-Zheng/SFGC / functions

Functions260 in github.com/Amanda-Zheng/SFGC

Methodget
(self, idx)
buffer_transduct.py:241
Methodget
(self, idx)
models/gat.py:133
Functionget_mnist
(data_path)
utils.py:326
Functiongpu_memory_log
(gpu_log_file="gpu_mem.log", device=0)
models/gpu_memory_log.py:27
Functionindex_to_mask
(index, size)
utils.py:99
Methodinference
(self, x)
models/parametrized_adj.py:77
Functionloss_acc_fn_train
(data, k_ss, k_ts, y_support, y_target, reg=5e-2)
metagtt_inductive_adj_identity.py:460
Functionloss_acc_fn_train
(data, k_ss, k_ts, y_support, y_target, reg=5e-2)
metagtt_transduct_adj_identity2.py:455
Functionloss_acc_fn_train
(data, k_ss, k_ts, y_support, y_target, reg=5e-2)
metagtt_transduct_adj_identity.py:573
Functionmatch_loss
(gw_syn, gw_real, args, device)
utils.py:235
Functionmaxdegree
(adj)
utils.py:357
Methodmessage
(self, x_j: Tensor, alpha_j: Tensor, alpha_i: OptTensor, index: Tensor, ptr: OptTensor,
models/mygatconv.py:184
Methodnum_classes
r"""The number of classes in the dataset.
models/in_memory_dataset.py:58
Methodpredict
(self, data)
models/gat.py:53
Methodpredict_unnorm
(self, features=None, adj=None)
models/myappnp1.py:285
Methodpredict_unnorm
(self, features=None, adj=None)
models/gcn.py:291
Methodpredict_unnorm
(self, features=None, adj=None)
models/sgc.py:278
Methodpredict_unnorm
(self, features=None, adj=None)
models/mygraphsage.py:341
Methodpredict_unnorm
(self, features=None, adj=None)
models/mycheby.py:352
Methodpredict_unnorm
(self, features=None, adj=None)
models/myappnp.py:278
Methodpredict_unnorm
(self, features=None, adj=None)
models/sgc_multi.py:263
Methodprocess
r"""Processes the dataset to the :obj:`self.processed_dir` folder.
models/in_memory_dataset.py:46
Methodprocess____
(self)
buffer_inductive.py:187
Methodprocess____
(self)
buffer_transduct.py:193
Methodprocess____
(self)
models/gat.py:84
Methodprocessed_file_names
(self)
buffer_inductive.py:256
Methodprocessed_file_names
(self)
utils_graphsaint.py:305
Methodprocessed_file_names
(self)
buffer_transduct.py:261
Methodprocessed_file_names
(self)
models/gat.py:153
Methodprocessed_file_names
r"""The name of the files to find in the :obj:`self.processed_dir` folder in order to skip the processing.
models/in_memory_dataset.py:37
Methodraw_file_names
(self)
buffer_inductive.py:252
Methodraw_file_names
(self)
utils_graphsaint.py:301
Methodraw_file_names
(self)
buffer_transduct.py:257
Methodraw_file_names
(self)
models/gat.py:149
Methodraw_file_names
r"""The name of the files to find in the :obj:`self.raw_dir` folder in order to skip the download.
models/in_memory_dataset.py:31
Functionregularization
(adj, x, eig_real=None)
utils.py:350
Methodretrieve_class
(self, c, num=256)
utils_graphsaint.py:86
Methodretrieve_class
(self, c, num=256)
utils_graphsaint.py:250
Methodretrieve_class
(self, c, num=256)
utils.py:143
Methodretrieve_class_multi_sampler
(self, c, adj, transductive, num=256, args=None)
utils.py:189
Methodretrieve_class_sampler
(self, c, adj, transductive, num=256, args=None)
utils_graphsaint.py:95
Methodretrieve_class_sampler
(self, c, adj, transductive, num=256, args=None)
utils.py:152
Methodretrieve_class_sampler_train
(self,transductive, num_per_class=64)
utils_graphsaint.py:212
Methodretrieve_class_sampler_v2
(self, dataset, c, adj, transductive, num=256, nlayers=2, option=0)
utils_graphsaint.py:137
Methodretrieve_class_sampler_v3
(self,transductive, num_per_class=64)
utils_graphsaint.py:180
Methodretrieve_class_sampler_val
(self,transductive, num_per_class=64)
utils_graphsaint.py:195
Methodselect
(self, embeds, inductive=False)
coreset/all_methods.py:47
Methodselect
(self, embeds, inductive=False)
coreset/all_methods.py:82
Methodselect
(self, embeds, inductive=False)
coreset/all_methods.py:115
Methodshow_memory
查看变量占用内存情况 :param unit: 显示的单位,可为`B`,`KB`,`MB`,`GB` :param threshold: 仅显示内存数值大于等于threshold的变量
gntk_cond.py:67
Functionsparsity
(adj)
utils.py:367
Functionsparsity2
(adj)
utils.py:361
Methodtest
Evaluate GCN performance on test set. Parameters ---------- idx_test : node testing indices
models/myappnp1.py:237
Methodtest
Evaluate GCN performance on test set. Parameters ---------- idx_test : node testing indices
models/gcn.py:243
Methodtest
Evaluate GCN performance on test set. Parameters ---------- idx_test : node testing indices
models/sgc.py:230
Methodtest
Evaluate GCN performance on test set. Parameters ---------- idx_test : node testing indices
models/mygraphsage.py:293
Methodtest
Evaluate GCN performance on test set. Parameters ---------- idx_test : node testing indices
models/mycheby.py:299
Methodtest
Evaluate GCN performance on test set. Parameters ---------- idx_test : node testing indices
models/myappnp.py:230
Methodtest
Evaluate GCN performance on test set. Parameters ---------- idx_test : node testing indices
models/sgc_multi.py:215
Methodweight_reset
(m)
models/parametrized_adj.py:83
← previous201–260 of 260, ranked by callers