Skip to content
#

fastai

Here are 656 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
lorenzoh
lorenzoh commented Aug 10, 2021

With #151, FastAI.jl is getting high-level interfaces for searching datasets (finddatasets) and loading datasets into task-specific data containers (loaddataset). There is also a new DatasetRecipe that encapsulates configuration for loading a data container and the block information from a path. These recipes can be registered with a dataset so that they can be found using the above high-lev

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