Skip to content

Commit

Permalink
fix training_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
hufasfuhfuhjshjushjuffsasf committed Jun 25, 2023
1 parent 5154c76 commit 3df12db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/train/training_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,5 @@ def gen_learning_curve(train_loss, val_loss, pipeline_id):
plt.grid(True)
plt.legend()
plt.tight_layout()
<<<<<<< HEAD
fig.savefig(globals.MODELS_DIR + '/mnt/e/atmoseer/data/ws/loss_plot_' + pipeline_id +
=======
fig.savefig(globals.MODELS_DIR + '/loss_plot_' + pipeline_id +
>>>>>>> 29138a8d06923737d3a9617c1482aeb9e84fce7c
'.png', bbox_inches='tight')

0 comments on commit 3df12db

Please sign in to comment.