79615096

Date: 2025-05-10 02:59:43
Score: 1
Natty:
Report link

2025 and using tf_keras instead of tf.keras.Sequential works !!

# Create model
import tf_keras
callback = tf_keras.callbacks.EarlyStopping(monitor="val_loss", patience=3)

model_1 = tf_keras.Sequential([
    use_layer,
    tf_keras.layers.Dense(1, activation="sigmoid")
])
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Johny Payeras