Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-10-22 | 1.7 kB | |
v0.5.0 source code.tar.gz | 2022-10-22 | 9.6 MB | |
v0.5.0 source code.zip | 2022-10-22 | 9.7 MB | |
Totals: 3 Items | 19.3 MB | 0 |
FastAI v0.5.0
Closed issues:
- Move datasets to MLDatasets.jl (#22)
- MLUtils.jl transition (#196)
- Functions getcoltypes
and gettransformdict
are not exported properly (#210)
- Makie 0.17 support (#224)
- Keypoint regression example: The input graph contains at least one loop (#231)
- Log to TensorBoard link in TOC (#232)
- Log to TensorBoard link in TOC (#233)
- Docs aren't working correctly. (#237)
- Make a subpackage for Makie support (#241)
Merged pull requests:
- Update TagBot.yml (#226) (@lorenzoh)
- Improve onboarding experience (#227) (@lorenzoh)
- Switch LearnBase + MLDataPattern + DataLoaders -> MLUtils (#229) (@lorenzoh)
- Fix link to TensorBoard how-to (#234) (@lorenzoh)
- Add Time Series Block (#239) (@codeboy5)
- Move domain-specific functionality to subpackages (#240) (@lorenzoh)
- CompatHelper: bump compat for UnicodePlots to 3, (keep existing compat) (#244) (@github-actions[bot])
- Text classification task (#245) (@Chandu-4444)
- Use Adam
instead of ADAM
(#247) (@lorenzoh)
- CompatHelper: add new compat entry for TextAnalysis at version 0.7, (keep existing compat) (#249) (@github-actions[bot])
- Added Model for Time Series Classification (#253) (@codeboy5)
- InceptionTime Model for Time Series (#256) (@codeboy5)
- Fix the broken link in the README (#257) (@nathanaelbosch)
- CompatHelper: bump compat for PrettyTables to 2, (keep existing compat) (#260) (@github-actions[bot])
- Fix _segmentationloss for 3D images (#261) (@itan1)
- Update Pollen.jl documentation (#262) (@lorenzoh)
- Fix UNet for 3D convolutions (specify ndim to convxlayer and ResBlock) (#263) (@itan1)