You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Discuss
Is there a way in TensorFlow 2 to reset the optimizer state manually? For example, how could I create a callback that resets the optimizer every 3 epochs? In TensorFlow 1 I could do something like this through the session variables.