Latest fastai version compatible with PyTorch 0.4.1

Due to some CUDA driver restrictions I can only work with PyTorch 0.4.1. Is https://github.com/fastai/fastai/blob/master/CHANGES.md#1034-2018-12-06 the latest fastai version that is compatible with it?

In this restricted environment I’m trying to run lesson7-superres notebook. Would that fastai version be sufficient to run the notebook?

Sorry for asking a very basic question. Other than randomly installing various versions of fastai library couldn’t think of a better way to identify this information.

Thank you

fastai v1 requires v1.0 or later, so you’re bound to run into some issues while trying to run the lesson7 notebook. v0.4 is close, but there may be some incompatibilities.
There is no official version of fastai that go with v0.4, fastai 0.7 goes with pytorch v0.3

1 Like