From 861e0579ed922b74c76f0f16e0c0a9376479060c Mon Sep 17 00:00:00 2001 From: David Thrower Date: Fri, 17 Nov 2023 16:42:09 -0500 Subject: [PATCH] Update phishing_email_detection_gpt2.py --- phishing_email_detection_gpt2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phishing_email_detection_gpt2.py b/phishing_email_detection_gpt2.py index d4fa673..9bee53e 100644 --- a/phishing_email_detection_gpt2.py +++ b/phishing_email_detection_gpt2.py @@ -201,7 +201,8 @@ def from_config(cls, config): batch_size=batch_size, meta_trial_number=meta_trial_number, base_models=[base_model], - train_data_dtype=tf.string) + train_data_dtype=tf.string, + jit_compile=False) result = cerebros_automl.run_random_search()