diff --git a/phishing_email_detection_gpt2.py b/phishing_email_detection_gpt2.py index a61aa48..74583c7 100644 --- a/phishing_email_detection_gpt2.py +++ b/phishing_email_detection_gpt2.py @@ -204,7 +204,7 @@ def from_config(cls, config): maximum_neurons_per_unit=maximum_neurons_per_unit, activation=activation, final_activation='sigmoid', - number_of_architecture_moities_to_try=7, + number_of_architecture_moities_to_try=5, number_of_tries_per_architecture_moity=1, minimum_skip_connection_depth=1, maximum_skip_connection_depth=7,