Skip to content
#

fastai

Here are 734 public repositories matching this topic...

Time series Timeseries Deep Learning Machine Learning Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai

  • Updated Jul 6, 2022
  • Jupyter Notebook
AlexandreBrown
AlexandreBrown commented Jul 4, 2022

📓 Documentation Update

What part of documentation was unclear or wrong?
To me, it is unclear which imports are needed in order to use ice vision.
For instance, what is the import that is needed for the various models?

Describe the solution you'd like
I'd like a clear description and examples of how to get started without using a wildcard import (from icevision.all import *)

documentation enhancement good first issue
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

help wanted good first issue

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