Zaktualizuj 'train-sacred.py'

This commit is contained in:
Kornelia Girejko 2022-05-15 12:06:24 +02:00
parent ee76e5b723
commit 39de24add3
1 changed files with 0 additions and 3 deletions

View File

@ -106,9 +106,6 @@ def my_main(epochs):
mae = mean_absolute_error(y_testing, y_predicted)
#print(mae)
#_run.info['MAE']
#_run.log_scalar
#with open('metrics.txt', 'a+') as f:
#f.write('Root mean squared error:' + str(rmse) + '\n')
#f.write('Mean absolute error:' + str(mae) + '\n')