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:08:32 +02:00
parent fcede41857
commit 73eb538317

View File

@ -2,6 +2,7 @@ import tensorflow as tf
from tensorflow import keras
from matplotlib import pyplot as plt
from matplotlib.ticker import MaxNLocator
import numpy as np
# Załadowanie modelu z pliku
model = keras.models.load_model('lego_reg_model')