v0.3.0
RobustNeuralNetworks v0.3.0
Closed issues:
- Improve package loading speed (#75)
- Switch autograd to
ChainRules.jlinstead of usingZygote.jladjoints (#94) - Improve speed with back-propagation (#100)
- Basic GPU Support (#105)
- Bump to v0.2.3 (#111)
- Docs for observer example are outdated (#112)
- Add GPU support to documentation (#122)
Merged pull requests:
- Updated random seeds and observer documentation (#113) (@nic-barbara)
- Change REN adjoints to ChainRules.jl
rrule(#114) (@nic-barbara) - CompatHelper: add new compat entry for ChainRulesCore at version 1, (keep existing compat) (#115) (@github-actions[bot])
- Attempt to improve package loading speeds (#116) (@nic-barbara)
- Improve speed with back propagation (#117) (@nic-barbara)
- Basic GPU Support (#118) (@nic-barbara)
- Feature/gpu support debug (#121) (@nic-barbara)
- Added docs for basic GPU support (#123) (@nic-barbara)
- Bumped to version 0.3 (#124) (@nic-barbara)