Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. def function()
  2. with tf.name_scope(function):
  3. with tf.name_scope(subfunction_1):
  4. neural_network_1
  5. with tf.name_scope(subfunction_2):
  6. neural_network_2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement