Skip to content

Instantly share code, notes, and snippets.

@FrancescoSaverioZuppichini
Last active July 4, 2018 14:55
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 FrancescoSaverioZuppichini/e46c216a4883a88930268d3d72860788 to your computer and use it in GitHub Desktop.
Save FrancescoSaverioZuppichini/e46c216a4883a88930268d3d72860788 to your computer and use it in GitHub Desktop.
tf.reset_default_graph()
model = Model()
model() # now model.variable exists
print(model.variable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment