Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 01:14
· 85 commits to master since this release
44f61c5

FastAI v0.4.0

Diff since v0.3.0

Closed issues:

  • N-dimensional CNN models (#137)
  • Better visualization/interpretation API (#154)
  • FastAI seems very slow compared to "vanilla" Flux (#187)

Merged pull requests:

  • change julia compat to 1.6 (#175) (@EvoArt)
  • Add support for 3D convolutional backbones (#181) (@lorenzoh)
  • Move domain-specific functionality to submodules (#186) (@lorenzoh)
  • Make block learning methods more modular (#188) (@lorenzoh)
  • CompatHelper: bump compat for LearnBase to 0.6, (keep existing compat) (#189) (@github-actions[bot])
  • Make UNet closer to fastai (#190) (@lorenzoh)
  • CompatHelper: bump compat for CSV to 0.10, (keep existing compat) (#191) (@github-actions[bot])
  • Add imdb_sample recipe (#193) (@Chandu-4444)
  • Add food-101 recipe (#194) (@Chandu-4444)
  • Any-length dimensions for Bounded (#195) (@lorenzoh)
  • Removing DLPipelines.jl; Learning method -> Learning task (#198) (@lorenzoh)