sieci_nauka
This commit is contained in:
parent
cdabbc9944
commit
90c7b3fad8
@ -47,4 +47,5 @@ model.fit(X_train, Y_train, batch_size=200, epochs=10, validation_split=0.2, ver
|
|||||||
scores = model.evaluate(X_test, Y_test, verbose=0)
|
scores = model.evaluate(X_test, Y_test, verbose=0)
|
||||||
print("Dokadnosc na testowanych dannych: %.2f%%" % (scores[1]*100))
|
print("Dokadnosc na testowanych dannych: %.2f%%" % (scores[1]*100))
|
||||||
|
|
||||||
|
|
||||||
model.save_weights('model_weights.h5')
|
model.save_weights('model_weights.h5')
|
Loading…
Reference in New Issue
Block a user