barkincavdaroglu / Link-Prediction-Mesh-Network

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

Determine the best way to initialize hidden embedding for GRU layer #1

Closed barkincavdaroglu closed 1 year ago

barkincavdaroglu commented 1 year ago

This will depend on the sequence length. Currently, default 0 tensor will be used.

barkincavdaroglu commented 1 year ago

Not relevant at this stage as there are currently a lot of moving pieces.