evaluation test

This commit is contained in:
szymonj98 2022-04-27 21:12:46 +02:00
parent 9d70bec54e
commit f59e2e540b

View File

@ -90,10 +90,6 @@ for i,j in enumerate(y_test):
np.savetxt("ytest.csv",y_test,delimiter=",",fmt='%d')
with open('ytest.csv','w',encoding='UTF-8',newline='') as ytest:
writer = csv.writer(ytest)
writer.writerow(y_test)
model = tf.keras.models.Sequential([
tf.keras.layers.Flatten(input_shape=(5,1)),