Source code for torch_geometric_signed_directed.nn.signed.SSSNET_link_prediction

from typing import Tuple

import torch
import torch.nn as nn
import torch.nn.functional as F
from torch.nn.parameter import Parameter

from .SIMPA import SIMPA