Skip to content

Commit ff3d99e

Browse files
committed
Removed some printing
1 parent d82aeb4 commit ff3d99e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/Minimizer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ def run_step(self, gradient, kl_new):
231231

232232
if self.verbose:
233233
print("Step too large (scalar = {} | kl_ratio = {}), reducing to {}".format(scalar, kl_ratio, self.step))
234-
print("Direction: ", self.direction)
235-
print("Gradient: ", gradient)
234+
#print("Direction: ", self.direction)
235+
#print("Gradient: ", gradient)
236236
else:
237237
# The step is good, therefore next step perform a new direction
238238
self.new_direction = True

0 commit comments

Comments
 (0)