See official docs in jupyter notebook
This work started on my forum page Here, and carried out on here on this repo page.
Search and view all my contributions with ReviewNB, through those commit reviewnb pages you can raise questions on specific lines of my contrib, and I will respond as soon as I can.
Many thanks to @sgugger and @stas00 for great help and kind support!
- official docs on data_block module
- how to
get_files
extract files from folders reviewnb - code examples on
get_files
reviewnb - code examples on basic properites and
add
method ofItemList
reviewnb - how
ItemList.get
andImageList.get
differ reviewnb - how to create a new
ItemList
withItemList.new
reviewnb - how to open an image with
ImageList.open
reviewnb - how the outputs of
il
andil[2]
are generated withImageList.__getitem__
andImageList.get
reviewnb - how
convert_mode
works withImageList.open
reviewnb - how
cmap
works withImageList.show
reviewnb - how do
split_by_folder
,split_by_idxs
,split_by_list
work reviewnb - how to create an
ItemLists
reviewnb - how does
ItemList.label_from_folder
work withLabelLists
reviewnb - how does
ItemList._label_from_list
work reviewnb - how does
ItemLists
,split_none
andlabel_from_folder
work together reviewnb - how does
ItemList.label_from_func
work reviewnb - how does
ItemList.get_label_cls
work reviewnb - what should
a
inindex_row
be? reviewnb - how to create a label list with
CategoryList
reviewnb - how to print out labels with
CategoryList.get
reviewnb - how to create a list of labels with
LabelList
reviewnb - what does
LabelList.process
do exactly reviewnb - how to get processors for dataset with
LabelLists.get_processors
reviewnb
- how does
freeze
work and what is 'layer_group' reviewnb - how does
freeze_to
work and how it constructsfreeze
andunfreeze
reviewnb
- how
ImageList
prints out itself reviewnb