fastai
Here are 734 public repositories matching this topic...
-
Updated
Jul 11, 2022 - Jupyter Notebook
-
Updated
Jun 17, 2021 - Jupyter Notebook
-
Updated
Jul 24, 2022 - Jupyter Notebook
At the moment, it's possible to do
toc: true
to autogenerate a table of contents. I think it would be nice if there were also styling options, e.g. to have that TOC float on one side of the page.
-
Updated
Jul 6, 2022 - Jupyter Notebook
-
Updated
Jun 3, 2022 - Python
-
Updated
Jul 24, 2022 - Jupyter Notebook
-
Updated
Jul 18, 2022 - Jupyter Notebook
-
Updated
Nov 12, 2021 - Jupyter Notebook
-
Updated
Jul 18, 2022 - Jupyter Notebook
📓 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 *)
Design a Logo
Design a logo for LibreASR and share it here.
To make an open source project cool, it should have a logo
Raspberry Pi Support
-
Updated
Aug 17, 2020 - Jupyter Notebook
Dataset recipes
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
-
Updated
Jul 15, 2022 - Jupyter Notebook
-
Updated
Aug 13, 2021 - HTML
-
Updated
Jun 10, 2020 - Jupyter Notebook
-
Updated
Feb 28, 2022 - Python
-
Updated
Mar 30, 2020 - Jupyter Notebook
-
Updated
May 18, 2022 - Jupyter Notebook
-
Updated
Jan 7, 2019 - Python
-
Updated
Jun 21, 2022 - Python
-
Updated
Aug 9, 2019 - Jupyter Notebook
-
Updated
Jun 23, 2022 - Jupyter Notebook
-
Updated
Jul 18, 2022 - Jupyter Notebook
-
Updated
Feb 14, 2021
Improve this page
Add a description, image, and links to the fastai topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fastai topic, visit your repo's landing page and select "manage topics."
This is a nice first issue:
Add types/docments to the
Learner.get_predsfunction. This function is essential to anyfastaiuser and has almost no documentation. Add types and text to the variables as we have in many places now.