LxMLS / lxmls-toolkit

Machine Learning applied to Natural Language Processing Toolkit used in the Lisbon Machine Learning Summer School
Other
222 stars 216 forks source link

Out-of-date pytorch #203

Closed bpopeters closed 2 months ago

bpopeters commented 2 months ago

Some of the pytorch files (and I believe corresponding examples in the guide) include torch.autograd.Variable, which has been unnecessary since torch 1.0. This should be a quick fix that will not require exercises to be rewritten. In fact, I can take a stab at it today or tomorrow.