Flux v0.13.14
Closed issues:
- loadmodel! example in the docs doesn't work (#2191)
- ConvTranspose can cause Julia crash on GPU (#2193)
- Flattern removal (#2195)
- Flux v0.13.13 gpu crashes (#2199)
- FLux and Lux upon using: ERROR: LoadError: ArgumentError: invalid version string: local (#2202)
UndefVarError: #flatten not defined
with existing model (#2204)
Merged pull requests:
- Add AMDGPU extension (#2189) (@pxl-th)
- fixed BSON loadmodel! documentation and added a test case (#2194) (@jonathanBieler)
- reintroduce flatten (#2196) (@CarloLucibello)
- fix various deprecation warnings (#2197) (@ExpandingMan)
- CompatHelper: add new compat entry for Preferences at version 1, (keep existing compat) (#2198) (@github-actions[bot])
- reintegrate has_cudnn check (#2200) (@CarloLucibello)
- remove comment on not importing losses in Flux's namespace (#2201) (@CarloLucibello)
- dummy implementation of flatten (#2205) (@CarloLucibello)
- tiny change to docstring of gpu function (#2206) (@GSmithApps)