We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It appears a phishing_email_detection_gpt2.py line 407 needs the zero mask set to False. This is an AI - introduced error.
embedded = tf.keras.layers.Embedding( input_dim=VOCABULARY_SIZE, output_dim=EMBEDDING_DIM, input_length=max_seq_length, mask_zero=True)(tokens)