barkincavdaroglu / Link-Prediction-Mesh-Network

PyTorch Implementation of a Deep Learning Model for Temporal Link Prediction in MANETs
2 stars 1 forks source link

Fixed Vanishing Gradients #9

Closed barkincavdaroglu closed 1 year ago

barkincavdaroglu commented 1 year ago

Fixes #6 and closes #3.

Additionally implements gate mechanism for residual connections when nr_of_hops > 1.