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
Hi,
I have a question about shared_model = tf.make_template('shared_model', model) in line 104 in the VDSR.py. Is this operation have some advantages? thank you very much!
And the second question is whether the way of data_reading in your code can replace the way of tfrecords?
The text was updated successfully, but these errors were encountered:
Hi,
The first question I think I have solved it. "tf.make_template" is used for the variable sharing, like using "with the tf.variable_scope( ' ', reuse = True)".
Is that right?
Hi,
I have a question about
shared_model = tf.make_template('shared_model', model)
in line 104 in the VDSR.py. Is this operation have some advantages? thank you very much!And the second question is whether the way of data_reading in your code can replace the way of tfrecords?
The text was updated successfully, but these errors were encountered: