Skip to content

Commit

Permalink
Update phishing_email_detection_gpt2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
David Thrower authored Nov 17, 2023
1 parent 91412db commit 861e057
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phishing_email_detection_gpt2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 861e057

Please sign in to comment.