inferno-pytorch / inferno

A utility library around PyTorch
Other
244 stars 41 forks source link

Remove variable #180

Closed constantinpape closed 5 years ago

constantinpape commented 5 years ago

Remove deprecated torch.autograd.Variable Fixes #174. Fixes #179.

constantinpape commented 5 years ago

Disabled tests that hang with python 3.6 and torch >= 1.0 for python 3.6. Fixes #157.