barkincavdaroglu / Link-Prediction-Mesh-Network

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

Plot the loss landscape of the current model #17

Closed barkincavdaroglu closed 1 year ago

barkincavdaroglu commented 1 year ago

Something isn't working properly. Although the problem of vanishing gradients is resolved, they diverge a lot after epoch >= 5. https://github.com/tomgoldstein/loss-landscape

barkincavdaroglu commented 1 year ago

This is no longer the case.