fix config example in pytorch mlp documentation
This commit is contained in:
parent
026b6a39a9
commit
b795a70102
@ -26,7 +26,7 @@ class PyTorchMLPClassifier(BasePyTorchClassifier):
|
|||||||
"trainer_kwargs": {
|
"trainer_kwargs": {
|
||||||
"max_iters": 5000,
|
"max_iters": 5000,
|
||||||
"batch_size": 64,
|
"batch_size": 64,
|
||||||
"max_n_eval_batches": None,
|
"max_n_eval_batches": null,
|
||||||
},
|
},
|
||||||
"model_kwargs": {
|
"model_kwargs": {
|
||||||
"hidden_dim": 512,
|
"hidden_dim": 512,
|
||||||
|
@ -27,7 +27,7 @@ class PyTorchMLPRegressor(BasePyTorchRegressor):
|
|||||||
"trainer_kwargs": {
|
"trainer_kwargs": {
|
||||||
"max_iters": 5000,
|
"max_iters": 5000,
|
||||||
"batch_size": 64,
|
"batch_size": 64,
|
||||||
"max_n_eval_batches": None,
|
"max_n_eval_batches": null,
|
||||||
},
|
},
|
||||||
"model_kwargs": {
|
"model_kwargs": {
|
||||||
"hidden_dim": 512,
|
"hidden_dim": 512,
|
||||||
|
Loading…
Reference in New Issue
Block a user