Skip to content

Fixing Callback error when LRR is not used

Alexander Froch requested to merge alfroch-master-patch-27328 into master

Summary

This MR introduces the following changes

  • Fixing an issue with the MyCallback function. If the LRR (learning rate reducer) is not used, the logs dict of the callback does not contain lr. Therefore the callback will crash with a KeyError. This is fixed now.

Conformity

Edited by Alexander Froch

Merge request reports