mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2024-11-28 11:09:42 +00:00
rename network again
This commit is contained in:
parent
5cbafe7a5e
commit
1c89c5b153
@ -21,7 +21,7 @@ def train():
|
||||
local_completion = tf.placeholder(tf.float32, [BATCH_SIZE, LOCAL_SIZE, LOCAL_SIZE, 3])
|
||||
is_training = tf.placeholder(tf.bool, [])
|
||||
|
||||
model = Network(x, mask, local_x, global_completion, local_completion, is_training, batch_size=BATCH_SIZE)
|
||||
model = Model(x, mask, local_x, global_completion, local_completion, is_training, batch_size=BATCH_SIZE)
|
||||
sess = tf.Session()
|
||||
global_step = tf.Variable(0, name='global_step', trainable=False)
|
||||
epoch = tf.Variable(0, name='epoch', trainable=False)
|
||||
|
Loading…
Reference in New Issue
Block a user