The Wayback Machine - https://web.archive.org/web/20210528071504/https://github.com/topics/fastai
Skip to content
#

fastai

Here are 634 public repositories matching this topic...

jeremybmerrill
jeremybmerrill commented Jan 18, 2021

Hi! Longtime listener, first caller. Which is to say, I'm a big fan of fastai -- so, thank you all very much. :)

On the latest pip-installed version of fastai (fastai==2.2.5, fastcore==1.3.19), when I try to load an empty pandas DataFrame into a DataLoader using from_df, it gets stuck in an infinite loop.

Works as expected:

!pip install -U -q fastai
from fastai.text.all import *

Improve this page

Add a description, image, and links to the fastai topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fastai topic, visit your repo's landing page and select "manage topics."

Learn more