Zaktualizuj 'ml_pytorch_mlflow.py'
This commit is contained in:
parent
723cb7f1bf
commit
9390886373
@ -137,7 +137,7 @@ def my_main(epochs):
|
||||
predicted.append(float(prediction(input_, model)))
|
||||
inputs.append(input_.numpy())
|
||||
|
||||
inputs = inputs.array()
|
||||
inputs = inputs.to_array()
|
||||
|
||||
MSE = mean_squared_error(expected, predicted)
|
||||
MAE = mean_absolute_error(expected, predicted)
|
||||
|
Loading…
Reference in New Issue
Block a user