Skip to content

Commit

Permalink
[stat_update] fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaShapira8 committed Aug 8, 2024
1 parent d7d227d commit 14e5075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src_py/apiServer/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def get_loss_ts(self , plot : bool = False , saveToFile : bool = False):
plt.savefig('training_loss_function.png', bbox_inches='tight')

plt.show()
return df

def get_min_loss(self , plot : bool = False , saveToFile : bool = False): # Todo change it
"""
Expand Down

0 comments on commit 14e5075

Please sign in to comment.