From aaaf7979a1b8833915a58b5f9032b5eae1fda70b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20Wa=C5=82=C4=99sa?= <sebwal1@st.amu.edu.pl>
Date: Sun, 15 May 2022 22:43:50 +0200
Subject: [PATCH] Zaktualizuj 'ml_pytorch_mlflow.py'

---
 ml_pytorch_mlflow.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ml_pytorch_mlflow.py b/ml_pytorch_mlflow.py
index 474c72e..598c67a 100644
--- a/ml_pytorch_mlflow.py
+++ b/ml_pytorch_mlflow.py
@@ -4,6 +4,7 @@ import torchvision
 import matplotlib
 import torch.nn as nn
 import pandas as pd
+import numpy as np
 import matplotlib.pyplot as plt
 import seaborn as sns
 import torch.nn.functional as F