torch_geometric.nn.models.AttentiveFP
- class AttentiveFP(in_channels: int, hidden_channels: int, out_channels: int, edge_dim: int, num_layers: int, num_timesteps: int, dropout: float = 0.0)[source]
Bases:
ModuleAttentive FP模型用于分子表示学习,源自 “Pushing the Boundaries of Molecular Representation for Drug Discovery with the Graph Attention Mechanism” 论文,基于 图注意力机制。
- Parameters: