eqweqwe
This commit is contained in:
parent
3180ec3ff9
commit
aea643dee6
@ -68,7 +68,7 @@ def prepare_model(epoch_param, batch_param, _run):
|
||||
NeuralModel.save('wine_model.h5')
|
||||
|
||||
@ex.main
|
||||
def my_main(train_size_param, test_size_param):
|
||||
def my_main(epoch_param, batch_param):
|
||||
print(prepare_model())
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user