See RNN v1.13
·
32 commits
to master
since this release
FEATURES:
- Added
get_weight_penalties,weight_losstoinspect_gen - Added
as_tensorskwarg toget_weights - Added
share_xy,center_zerokwargs tofeatures_histandfeatures_hist_v2 - Deprecated
equate_axesinvisuals_genin favor ofshare_xy, directly settingsharexandsharey - Improved
detect_nansperformance
BREAKING:
_detect_nans->detect_nans(made public)
MISC:
- Added keys check to
configs, ensuring keys serve functionality (e.g.'subplots'does nothing;'subplot'is correct) - Improved
get_gradientsdocstring - Changed
get_gradientsarg ordering - Updated README to account for changes