evaluation test
This commit is contained in:
parent
9d70bec54e
commit
f59e2e540b
@ -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)),
|
||||
|
Loading…
Reference in New Issue
Block a user