Update 'evaluate.py'
Some checks failed
s449288-evaluation/pipeline/head There was a failure building this commit
s449288-training/pipeline/head There was a failure building this commit

This commit is contained in:
Kacper Dudzic 2022-04-25 23:05:50 +02:00
parent 703918a9c4
commit fcede41857

View File

@ -1,5 +1,5 @@
import tensorflow as tf import tensorflow as tf
from keras.models import load_model from tensorflow import keras
from matplotlib import pyplot as plt from matplotlib import pyplot as plt
from matplotlib.ticker import MaxNLocator from matplotlib.ticker import MaxNLocator