mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
reduce mlp number of parameters for testing
This commit is contained in:
parent
918889a2bd
commit
366740885a
|
@ -92,7 +92,7 @@ def test_extract_data_and_train_model_Standard(mocker, freqai_conf, model, pca,
|
||||||
"max_iters": 1,
|
"max_iters": 1,
|
||||||
"batch_size": 64,
|
"batch_size": 64,
|
||||||
"learning_rate": 3e-4,
|
"learning_rate": 3e-4,
|
||||||
"max_n_eval_batches": None,
|
"max_n_eval_batches": 1,
|
||||||
"model_kwargs": {
|
"model_kwargs": {
|
||||||
"hidden_dim": 32,
|
"hidden_dim": 32,
|
||||||
"dropout_percent": 0.2,
|
"dropout_percent": 0.2,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user