Open XinyuDu opened 4 years ago
Hey any fix for this?
PokemanCatcher69 add +1e-10 at the end, convert the sequences into np.float32
tf.keras.preprocessing.sequence.pad_sequences(user_title_list_e['title_d'],padding='post',truncating='post')+1e-10
This works for me.
More detail please.
Any solutions for this yet?
When run model.fit cell get this error: `--------------------------------------------------------------------------- InvalidArgumentError Traceback (most recent call last)