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