Skip to content

Commit

Permalink
remote debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenWizard2015 committed Apr 6, 2024
1 parent 3809acc commit 0d2d03e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NN/restorators/samplers/CSamplerWatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def _updateTracked(self, name, value, mask=None, index=None, iteration=None):
)
prev = self.tracked(name)[iteration - 1]
self._move(prev, unchangedIdx, tracked[iteration], unchangedIdx)
tf.print(unchangedIdx)
self._move(value, src, tracked[iteration], dest)
return

Expand Down

0 comments on commit 0d2d03e

Please sign in to comment.