Update 'train.py'
This commit is contained in:
parent
29219cd795
commit
f2e53842b7
3
train.py
3
train.py
@ -35,7 +35,8 @@ def my_main(EPOCHS, _run):
|
|||||||
optimizer=tensorflow.keras.optimizers.Adam())
|
optimizer=tensorflow.keras.optimizers.Adam())
|
||||||
|
|
||||||
norm_games_model.fit(games_all, games_predict, epochs=EPOCHS)
|
norm_games_model.fit(games_all, games_predict, epochs=EPOCHS)
|
||||||
|
accu = norm_games_modelevaluate(x_to_test, y_to_test)
|
||||||
|
exint.add_artifact(filename=accu, name='metrics.txt')
|
||||||
norm_games_model.save('test')
|
norm_games_model.save('test')
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user