摘要: Example: import torch import torch.nn.functional as F from torch.nn.modules.module import Module from torch.nn.parameter import Parameter class GraphC 阅读全文
posted @ 2022-03-28 15:24 图神经网络 阅读(164) 评论(0) 推荐(0) 编辑
摘要: Example: import torch import torch.nn as nn import torch.nn.functional as F class FCC(nn.Module): def __init__(self,input_dim,hidden_dim,output_dim): 阅读全文
posted @ 2022-03-28 14:51 图神经网络 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 论文解读 论文标题:Deep Graph Contrastive Representation Learning论文作者:Yanqiao Zhu, Yichen Xu, Feng Yu, Q. Liu, Shu Wu, Liang Wang论文来源:2020, ArXiv论文地址:download  阅读全文
posted @ 2022-03-28 11:02 图神经网络 阅读(2018) 评论(1) 推荐(2) 编辑
Live2D