Created
April 2, 2020 21:19
-
-
Save shashankprasanna/8e9447dc7fc66f5a9e796af688622ef2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
from smdebug.rules import invoke_rule | |
from smdebug.trials import create_trial | |
trial = create_trial(path=’./smd_outputs/<JOB_NAME>) | |
rule_obj = CustomVanishingGradientRule(trial, threshold=0.0001) | |
invoke_rule(rule_obj, start_step=0, end_step=None) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment