deep-learning-keras-tf-tutorial icon indicating copy to clipboard operation
deep-learning-keras-tf-tutorial copied to clipboard

Sequential model embeddings layer input length error

Open theraghavjuneja opened this issue 1 year ago • 0 comments

I replaced the input_length with the input_shape. (Since TF is not allowing to use input_length ). On reading documentation, I found that original code was right too as given in the demo , but it is not working anymore in any of the coding editors in tensorflow version>2 . So , I just replicated the meaning of inout_length with corresponding input_shape of a 1-D vector (max_length which is 4,) shape

theraghavjuneja avatar Mar 22 '24 09:03 theraghavjuneja