diff --git a/ml_pytorch_mlflow.py b/ml_pytorch_mlflow.py index 6671557..37979a2 100644 --- a/ml_pytorch_mlflow.py +++ b/ml_pytorch_mlflow.py @@ -147,7 +147,7 @@ def my_main(epochs): input_, target = val_ds[i] file.write(str(predict_single(input_, target, model))) - print(val_ds) + print(val_ds[0]) # input_example = val_ds[0] # # input_example = input_example.unsqueeze(0)