Scared
This commit is contained in:
parent
d034ced5fb
commit
fc517c0b15
@ -45,7 +45,7 @@ def readAndtrain(epochs, batch_size, _run):
|
||||
input_dim = 11
|
||||
output_dim = 1
|
||||
|
||||
_run.info("Batch", str(batch_size) + " epoch: " + str(epochs))
|
||||
_run.info("Batch", str(batch_size))
|
||||
_run.info("epoch", str(epochs))
|
||||
|
||||
model = LogisticRegressionModel(input_dim, output_dim)
|
||||
|
Loading…
Reference in New Issue
Block a user