Update 'evaluate.py'
This commit is contained in:
parent
f8fa8f2d39
commit
2a14dd107b
@ -3,6 +3,7 @@ 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
|
import numpy as np
|
||||||
|
import pandas as pd
|
||||||
|
|
||||||
# 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