You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the definition of the function:
def build_tracking_graph(final_score_sz, design, env):
filename = tf.placeholder(tf.string, [], name='filename')
image_file = tf.read_file(filename)
But, what is the filename on earth?
The text was updated successfully, but these errors were encountered:
During the definition of the function:
def build_tracking_graph(final_score_sz, design, env):
filename = tf.placeholder(tf.string, [], name='filename')
image_file = tf.read_file(filename)
But, what is the filename on earth?
The text was updated successfully, but these errors were encountered: