Kaggle / docker-python

Kaggle Python docker image
Apache License 2.0
2.43k stars 944 forks source link

fastai version upgrade needed #874

Closed nitinvinayak closed 4 years ago

nitinvinayak commented 4 years ago

fastai version is too old for working. There has been a release of new fastai library which is better and faster. pip install fastai --upgrade does not provide updated library inside the notebook when fastai is imported.

fastai==2.0 needed

paultimothymooney commented 4 years ago

There was a recent request in the product feedback forum to upgrade to fastai 2.0: https://www.kaggle.com/product-feedback/180645

Philmod commented 4 years ago

Hi @nitinvinayak,

The 2.x version released on August 21st uses the new Pytorch 1.6. Unfortunately, we cannot upgrade to Pytorch 1.6 until most packages depending on pytorch support 1.6.

https://github.com/Kaggle/docker-python/issues/871

rosbo commented 4 years ago

Fixed by #860. The new image will be available in Kaggle Kernels early next week. Thank you.