fastaidocsprint / fastai

Documentation Sprint for the fastai deep learning library
http://fastaidocsprint.github.io/fastai
Apache License 2.0
15 stars 16 forks source link

08_vision.data: create docments #28

Open warner-benjamin opened 2 years ago

warner-benjamin commented 2 years ago

Add docments to 08_vision.data.

See the style guide and contribution guide for more details (links will be added when created).

This requires a beginner to moderate familiarity with fastai, with the exception of Show methods which probably requires advanced familiarity. This notebook defines ImageDataLoaders and SegmentationDataLoaders.

Docments progress:

ChrisRichardMiles commented 2 years ago

I am going to try to do the just the Helper functions to start out, and submit a pull request with just that. Please let me know if this is not a good thing to do

ChrisRichardMiles commented 2 years ago

I put in pull request 69, which documents just the helpers and also subplots in toch_core

ChrisRichardMiles commented 2 years ago

I am going to try to document show methods now. Actually, upon inspection, I find some problems I need some help with before I do anything more on show methods: 1) The header is a "fake header", "## Show methods-" so it doesn't show in the docs.

ChrisRichardMiles commented 2 years ago

I'm going to try the TransformBlocks section now.

cyu60 commented 2 years ago

Can I tackle ImageDataLoader and SegmentationDataLoader?

ChrisRichardMiles commented 2 years ago

Can I tackle ImageDataLoader and SegmentationDataLoader?

I say yes absolutely.

cyu60 commented 2 years ago

Awesome! Thanks a lot!