reduce mlp number of parameters for testing
This commit is contained in:
		| @@ -92,7 +92,7 @@ def test_extract_data_and_train_model_Standard(mocker, freqai_conf, model, pca, | ||||
|             "max_iters": 1, | ||||
|             "batch_size": 64, | ||||
|             "learning_rate": 3e-4, | ||||
|             "max_n_eval_batches": None, | ||||
|             "max_n_eval_batches": 1, | ||||
|             "model_kwargs": { | ||||
|                 "hidden_dim": 32, | ||||
|                 "dropout_percent": 0.2, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user