Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 01:02
· 115 commits to master since this release
72cd976

FastAI v0.2.0

Diff since v0.1.0

0.2.0

Added

Changed

  • Documentation sections to reference FasterAI interfaces:
  • Breaking changes to methodlearner:
    • now accepts callbacks as kwarg
    • validdata no longer keyword
    • model and backbone now kwargs; isbackbone removed. if neither backbone or model are given, uses blockbackbone for default backbone.
    • see updated docstring for details

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: