terminator.models.layers.gvp¶
Module for Geometric Vector Perceptrons. Sourced from https://github.com/drorlab/gvp-pytorch
Functions
|
Returns random tuples (s, V) drawn elementwise from a normal distribution. |
|
Concatenates any number of tuples (s, V) elementwise. |
|
Indexes into a tuple (s, V) along the first dimension. |
|
Sums any number of tuples (s, V) elementwise. |
Classes
|
Combined dropout for tuples (s, V). |
|
Geometric Vector Perceptron. |
|
Graph convolution / message passing with Geometric Vector Perceptrons. |
|
Full graph convolution / message passing layer with Geometric Vector Perceptrons. |
|
Combined LayerNorm for tuples (s, V). |