79473855

Date: 2025-02-27 20:25:28
Score: 0.5
Natty:
Report link

A work around could be to use the model name feature.

model = tf.keras.models.Sequential([tf.keras.layers.Dense(10,activation='relu',input_shape=(100,))],name='This model trained with 1000 dogs/cats images')

I think the limit on the name string is 1024 characters...

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: dusty_keyboard