Skip to content
#

fastai

Here are 643 public repositories matching this topic...

HariWu1995
HariWu1995 commented Jun 3, 2021

Dear team,

I am in stuck when convert very large numpy array to your TSDatasets.
These are what I have tried to fix my issue:

  • when building time-series, I used tensorflow.keras.preprocessing.timeseries_dataset_from_array. After this step, the memory is still fine
  • I concatenate all batch data into numpy array, this step produces problem so I use numpy memmap to avoi
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 *
drscotthawley
drscotthawley commented Jun 30, 2021

📓 Documentation Update

What part of documentation was unclear or wrong?
In https://github.com/airctic/icevision/blob/master/icevision/tfms/README.md
The hyperlink around "aug_tfms" 404's.
Two example images near the bottom do not exist.

Describe the solution you'd like
Proper links and images where they're supposed to be. Where can I find more about "aug_tfms"? What are t

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