GiovanniPioDelvecchio / GCNs_on_text

This repository has the purpose of being a comprehensive guide to Graph Neural Network designing for text classification
0 stars 0 forks source link

Inclusion of Learning rate scheduling #1

Closed GiovanniPioDelvecchio closed 1 year ago

GiovanniPioDelvecchio commented 1 year ago

It is necessary to add a LR scheduling technique in order to achieve a lower bias on both training and validation. torch already exposes some classes to add LR scheduling to our training recipe: