diff --git a/ml_pytorch_mlflow.py b/ml_pytorch_mlflow.py index d979019..ceb39f0 100644 --- a/ml_pytorch_mlflow.py +++ b/ml_pytorch_mlflow.py @@ -137,7 +137,7 @@ def my_main(epochs): input_, target = val_ds[i] expected.append(float(target)) predicted.append(float(prediction(input_, model))) - inputss.append(input_) + # inputss.append(input_) inputss, targetss = val_ds