From f59e2e540b99f7333d3a6e5d12bdd28f563de434 Mon Sep 17 00:00:00 2001 From: szymonj98 Date: Wed, 27 Apr 2022 21:12:46 +0200 Subject: [PATCH] evaluation test --- biblioteki_dl.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/biblioteki_dl.py b/biblioteki_dl.py index e982ce4..6a80a87 100644 --- a/biblioteki_dl.py +++ b/biblioteki_dl.py @@ -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)),