Skip to content

Instantly share code, notes, and snippets.

# Run script using command - python tests/analysis/scripts/tf_simple.py --smdebug_path /tmp/my-test --steps 1000 --lr 0.85
# For bad behavior , uncomment line 99 and comment line 102
# For good behavior, comment 99 and uncomment 102
# Standard Library
import argparse
import random
# Third Party
import numpy as np