Flux v0.10.4
Closed issues:
- Binary cross entropy does not work on GPUs (#464)
- Cost functions don't show up in documentation (#1003)
- freeze parameters (#1022)
- a Tracked Array mention (#1071)
- Setup BlackBoxOptim.jl and Evolutionary.jl with sciml_train (#1075)
- Using Flux.train! with train and test DataLoaders? (#1081)
- Function "DataLoader()" does not exist! (#1109)
Merged pull requests:
- added GlobalMaxPool, GlobalMeanPool, and flatten layers (#950) (@gartangh)
- Adapt to CuArrays ArrayStyle changes. (#1050) (@maleadt)
- update freeze docs (#1072) (@CarloLucibello)
- fix typo in the Dropout docs (#1076) (@AzamatB)
- CompatHelper: bump compat for "CodecZlib" to "0.7" (#1078) (@github-actions[bot])
- CompatHelper: bump compat for "Colors" to "0.12" (#1080) (@github-actions[bot])
- Fix typo in the docstrings of AlphaDropout (#1083) (@AzamatB)
- fix doc typos (#1096) (@wenjie-p)
- Allow CuArrays v2.x (#1098) (@ararslan)
- fix tests and new version (#1110) (@CarloLucibello)