Flux v0.13.6
Closed issues:
- OneHotArrays.jl? (#1544)
- [Discussion]: doctests, docstrings, documentation manual, and unclear internal API (for newcomers) (#1990)
- [Bug]: Swapped
alpha
andbeta
intversky
loss? (#1993) - [Discussion]: documentation for
@reexport
ed andimport
ed (orusing
) packages (#2038) - Pull request #2007 causes Flux.params() calls to not get cached (#2040)
- v0.13.5 breaks Flux.train! on a custom type (#2045)
- Bounds erro for Flux.reset! in loss function (#2057)
Merged pull requests:
- Miscellaneous docstring additions and fixes (#1998) (@Saransh-cpp)
- Use muladd for LSTM cell matmuls (#2023) (@ToucheSir)
- using OneHotArrays (#2025) (@mcabbott)
- mark
stop
,skip
,@epochs
as deprecated (#2027) (@mcabbott) - Fix the last remaining 404 errors (#2035) (@Saransh-cpp)
- Add ability to filter
loadmodel!
recursion (#2041) (@darsnack) - Mark
track_stats=true
as deprecated (#2042) (@akahard2dj) - Better docs for reexported packages (#2046) (@Saransh-cpp)
- Typo in BatchNorm number of channels assertion (#2047) (@Marcovela)
- Add extra test for params (#2051) (@christiangnrd)
- Restore some private functions (#2052) (@ToucheSir)
- Make params non-differentiable (Closes #2040 & #2048) (#2054) (@christiangnrd)
- Leftover changes from #2046 (#2055) (@Saransh-cpp)
unthunk
in some rules (#2058) (@mcabbott)- Fix the failing CI build (#2059) (@christiangnrd)