Skip to content
#

fastai

Here are 716 public repositories matching this topic...

nbdev
jvivian
jvivian commented Mar 1, 2022

Version: 1.2.2

Summary of issue
Including a @dataclass decorated class breaks getsource in show_doc

Minimal example

  • Clone nbdev_tutorial
  • Add new cell in 00_core.ipynb
#export
from dataclasses import dataclass

@dataclass
class Foo:
    a: int
    b: str
    c: float
  • Run nbdev_build_lib
  • Run nbdev_build_docs
nbdev_build_docs
bug good first issue

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 Apr 25, 2022
  • Jupyter Notebook
eshoyuan
eshoyuan commented Mar 12, 2022

"Multi-task training to efficiently combine object detection, segmentation, and classification models" is a feature of icevision. However, I don't know how to use icevision to do multi-task learning like object detection and classication. I just need a simple example without details.


Don't remove
Main issue for examples: #39

documentation help wanted good first issue example request
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