deep-learning-keras-tf-tutorial
deep-learning-keras-tf-tutorial copied to clipboard
Tut-40 Sequential Model (embedding i.e. first layer ) U can't use input_length
If you try to use input_length=4 , it will throw an error saying it is not a valid keyword argument. Although, the same format has been mentioned in tensorflow documentation still it throw this error (Even if I try to reprdoduce the code mentioned in the documentaion).