remove redundant lines.

This commit is contained in:
gyunt
2019-03-23 05:50:39 +09:00
parent 243fba2dba
commit 82c7c96d77

View File

@@ -100,9 +100,6 @@ class Model(object):
# UPDATE THE PARAMETERS USING LOSS
# 1. Get the model parameters
params = tf.trainable_variables(self.scope.name)
import pprint
print('variable_scope:', self.scope)
pprint.pprint(params)
# 2. Build our trainer
if MPI is not None: