Skip to content

Instantly share code, notes, and snippets.

@benoitdescamps
Last active September 25, 2018 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benoitdescamps/50420f67e1527c59223689682744189e to your computer and use it in GitHub Desktop.
Save benoitdescamps/50420f67e1527c59223689682744189e to your computer and use it in GitHub Desktop.
# This class defines the API to add Ops to train a model.
from tensorflow.python.ops import control_flow_ops
from tensorflow.python.ops import math_ops
from tensorflow.python.ops import state_ops
from tensorflow.python.framework import ops
from tensorflow.python.training import optimizer
import tensorflow as tf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment