cell_attn.model_definition_utils
Model definitions for Cell Movement Attention Networks
Classes
End to end function for predicting the next displacement of a focal cell. |
|
Pairwise interaction function definition. |
|
Weight function definition. |
Module Contents
- class cell_attn.model_definition_utils.velocity_predictor
Bases:
torch.nn.ModuleEnd to end function for predicting the next displacement of a focal cell.
- interaction_network
- weight_network
- forward(x)
- compute_weights(x)