Update 'evaluate.py'
This commit is contained in:
parent
fcede41857
commit
73eb538317
@ -2,6 +2,7 @@ import tensorflow as tf
|
|||||||
from tensorflow import keras
|
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
|
||||||
|
import numpy as np
|
||||||
|
|
||||||
# Załadowanie modelu z pliku
|
# Załadowanie modelu z pliku
|
||||||
model = keras.models.load_model('lego_reg_model')
|
model = keras.models.load_model('lego_reg_model')
|
||||||
|
Loading…
Reference in New Issue
Block a user