Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FasterAI #151

Merged
merged 18 commits into from
Aug 15, 2021
Merged

FasterAI #151

merged 18 commits into from
Aug 15, 2021

Conversation

lorenzoh
Copy link
Member

@lorenzoh lorenzoh commented Aug 10, 2021

Implements the ideas in #148.

See also https://lorenzoh.github.io/posts/fasterai.jl.html for more specific notes.

To-Dos:

  • data

    • DatasetRecipe
    • DatasetRegistry
    • default fastai dataset registry
    • implement dataset recipes
      • image single-label classification folders
      • image multi-label classification from csv
      • image segmentation folders
      • image keypoint regression folders
  • learning methods

    • LearningMethodRegistry
    • default learning method registry
    • implement learning method wrappers for computer vision tasks
      • ImageClassificationSingle
      • ImageClassificationMulti
      • ImageKeypointRegression
      • ImageSegmentation
  • documentation (will be done after the features are merged)

    • use new interfaces in high-level tutorials
    • move lower-level tutorials to intermediate

@lorenzoh lorenzoh mentioned this pull request Aug 10, 2021
69 tasks
@lorenzoh lorenzoh merged commit 9fb14af into master Aug 15, 2021
@lorenzoh lorenzoh deleted the lorenzoh/fasterai branch October 25, 2021 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant