v0.2.0
FastAI v0.2.0
0.2.0
Added
- High-level API "FasterAI"
- dataset recipes
- learning method helpers
- Find datasets and learning methods based on
Block
s:finddatasets
,findlearningmethods
loaddataset
for quickly loading data containers from configured recipes
- Data container recipes (
DatasetRecipe
,loadrecipe
) - Documentation setions for FasterAI interfaces:
- New interfaces
blockbackbone
creates a default backbone for an input block
- Support for tabular data along with recipes and learning methods:
Changed
- Documentation sections to reference FasterAI interfaces:
- README
- Introduction
- Data containers
- Combined how-tos on training into a single page
- Breaking changes to
methodlearner
:- now accepts
callbacks
as kwarg validdata
no longer keywordmodel
andbackbone
now kwargs;isbackbone
removed. if neitherbackbone
ormodel
are given, usesblockbackbone
for default backbone.- see updated docstring for details
- now accepts
Closed issues:
- FasterAI: a roadmap to user-friendly, high-level interfaces (#148)
- Makie crashes precompilation (#156)
- Problem in ResNet50 backbone of "Image segmentation" example (#169)
Merged pull requests:
- Add tabular model (#124) (@manikyabard)
- Add tabular learning methods (#141) (@manikyabard)
- Fix Pkg usage in developing.md (#149) (@amqdn)
- Remove unused notebooks in docs (#150) (@amqdn)
- FasterAI (#151) (@lorenzoh)
- Fix
WrapperBlock
behavior and addMany
(#158) (@lorenzoh) - Documentation for FasterAI updates (#161) (@lorenzoh)
- CompatHelper: add new compat entry for "Setfield" at version "0.7" (#162) (@github-actions[bot])
- Adding some more dataset recipes (#163) (@lorenzoh)
- Breaking API changes to
methodlearner
(#164) (@lorenzoh) - CompatHelper: bump compat for IndirectArrays to 1, (keep existing compat) (#166) (@github-actions[bot])
- update get_emb_sz method (#167) (@manikyabard)
- Better docstrings for data block functions (#170) (@lorenzoh)
- Setup step for encodings (#171) (@lorenzoh)
- CompatHelper: bump compat for Setfield to 0.8, (keep existing compat) (#172) (@github-actions[bot])
- Fix #169 by constructing pretrained backbone correctly (#173) (@lorenzoh)
- Release v0.2.0 (#174) (@lorenzoh)