codebasics / deep-learning-keras-tf-tutorial

Learn deep learning with tensorflow2.0, keras and python through this comprehensive deep learning tutorial series. Learn deep learning from scratch. Deep learning series for beginners. Tensorflow tutorials, tensorflow 2.0 tutorial. deep learning tutorial python.
https://www.youtube.com/playlist?list=PLeo1K3hjS3uu7CxAacxVndI4bE_o3BDtO
843 stars 1.84k forks source link

Tut-40 Sequential Model (embedding i.e. first layer ) U can't use input_length #22

Open theraghavjuneja opened 7 months ago

theraghavjuneja commented 7 months ago

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).