Skip to content

Commit

Permalink
changed to view loss plotter
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS55 committed Oct 25, 2022
1 parent d3fca9e commit 7950f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/latentsafesets/utils/loss_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def plot(self):
for key in self.data:
losses = self.data[key]
fname = os.path.join(self.logdir, '%s_loss.pdf' % key)
# pu.loss_plot(losses, fname, title='%s loss' % key)
pu.loss_plot(losses, fname, title='%s loss' % key)

def print(self, i=None, other_data=None):
if other_data is None:
Expand Down

0 comments on commit 7950f4f

Please sign in to comment.