This commit is contained in:
parent
eb520d69b7
commit
5687a9cc98
@ -64,8 +64,8 @@ model.compile(
|
|||||||
# Train model
|
# Train model
|
||||||
history = model.fit(
|
history = model.fit(
|
||||||
X_train, y_train,
|
X_train, y_train,
|
||||||
batch_size=sys.argv[0],
|
batch_size=int(sys.argv[0]),
|
||||||
epochs=sys.argv[1],
|
epochs=int(sys.argv[1]),
|
||||||
validation_split=0.2)
|
validation_split=0.2)
|
||||||
|
|
||||||
test_results = {}
|
test_results = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user