microsoft / rat-sql

A relation-aware semantic parsing model from English to SQL
https://arxiv.org/abs/1911.04942
MIT License
406 stars 117 forks source link

Fixed lr scheduler according to https://github.com/microsoft/rat-sql/issues/45 #49

Closed PedroEstevesPT closed 3 years ago

PedroEstevesPT commented 3 years ago

Fixed lr scheduler according to https://github.com/microsoft/rat-sql/issues/45.

I also noticed the problem with the scheduler after training from a checkpoint when experimenting with this repo.