Created
December 1, 2020 05:23
-
-
Save angadsinghsandhu/fa487c61f510d5d9c3a590fe9de1eaf3 to your computer and use it in GitHub Desktop.
Resetting Loss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# reset loss after each iteration | |
def resetloss(self): | |
self.loss = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment