v0.12.8
·
1012 commits
to master
since this release
Flux v0.12.8
Closed issues:
- Coverage (#89)
- Flux.train! stops working after the first iteration without an error. (#1692)
- Update Zygote (#1728)
- additional arguments to loss function? (#1730)
- The Purpose and Goals of Flux.jl (#1734)
- FluxML's NumFOCUS Affiliate project application (#1740)
- ConvTranspose does not support groups (#1743)
deepcopy(nn::Chain)
does not deep copy withCuArray
weights! (#1747)InvalidIRError
when putting a model on the GPU (#1754)
Merged pull requests:
- remove Manifest (#1725) (@CarloLucibello)
- add unbatch (#1726) (@CarloLucibello)
- Adds affine and track_stats params to BatchNorm docstring (#1729) (@Mottl)
- add some changes to the beginning of docs (#1736) (@DhairyaLGandhi)
- Fix doc string of Upsample (#1738) (@chunjiw)
- allow groups in ConvTranspose (#1744) (@jw3126)
- Fix Saving and loading model output example (#1746) (@logankilpatrick)
- Fix
train!
doc string 404 (#1748) (@logankilpatrick) - Fix @ Functors 404's (#1749) (@logankilpatrick)
- fix CI build (#1750) (@DhairyaLGandhi)