Releases: LuxDL/Lux.jl
Releases · LuxDL/Lux.jl
v0.4.58
Lux v0.4.58
Closed issues:
- Remove
ActivationFunction
? (#71) - Remove
track_stats
from GroupNorm (#78) - WARNING: Wrapping
Vararg
directly in UnionAll is deprecated (wrap the tuple instead). (#312)
Merged pull requests:
- Towards v0.5 [Take II] (#323) (@avik-pal)
- CompatHelper: add new compat entry for LuxCUDA at version 0.1 for package ImageNet, (keep existing compat) (#337) (@github-actions[bot])
- CompatHelper: add new compat entry for LuxAMDGPU at version 0.1 for package ImageNet, (keep existing compat) (#338) (@github-actions[bot])
- Basic 2nd order support (#339) (@avik-pal)
- Use LuxLib 0.3 (#340) (@avik-pal)
- Workaround cjdoris/PackageExtensionCompat.jl#9 (#344) (@avik-pal)
v0.4.57
v0.4.56
v0.4.55
Lux v0.4.55
Closed issues:
- Adding
AbstractRecurrentCell
(#320) - Splitting weights initializers in own package (#321)
- network with multiple inputs (#330)
- Working with NamedTuples (#331)
bilinear
doesn't work forAbstractArray{T,3}
(#332)
Merged pull requests:
- Added
AbstractRecurrentCell
(#322) (@MartinuzziFrancesco) - Fix errors in applying bilinear layer to ND arrays (#333) (@vpuri3)
v0.4.54
Lux v0.4.54
Closed issues:
- tanh activation function in GRUCell docstring (#308)
Merged pull requests:
- Fix GRUCell docstring (#309) (@andreuvall)
- Fix enzyme doc to reflect custom rules (#310) (@wsmoses)
- Fixed link to sciml book in NeuralODE example (#311) (@MartinuzziFrancesco)
- Move documentation build to buildkite (#314) (@avik-pal)
- Fixed Boltz.jl link in docs (#316) (@MartinuzziFrancesco)
- Allow container layers to have custom names (#317) (@avik-pal)
- Small grammar and style fixes (#318) (@MartinuzziFrancesco)
- Added '__apply_activation' to 'RNNCell's (#319) (@MartinuzziFrancesco)
v0.4.53
Lux v0.4.53
Merged pull requests:
v0.4.52
Lux v0.4.52
Merged pull requests:
v0.4.51
Lux v0.4.51
Closed issues:
- Lux Recurrence history is not in the correct order (I think) (#302)
Merged pull requests:
- CompatHelper: bump compat for Boltz to 0.2 for package ImageNet, (kee… (#298) (@avik-pal)
- Bump peter-evans/create-pull-request from 4 to 5 (#299) (@dependabot[bot])
- remove Dataloaders (#300) (@avik-pal)
- Update docs (#301) (@avik-pal)
- Fix bug in recurrence ordering (#303) (@avik-pal)
- Update LuxComponentArraysExt.jl (#304) (@avik-pal)
v0.4.50
Full Changelog: v0.4.49...v0.4.50
v0.4.44
Lux v0.4.44
Closed issues:
- Get the full run of a recurrent cell using Lux (#282)
Merged pull requests: