How-to-build-own-text-summarizer-using-deep-learning icon indicating copy to clipboard operation
How-to-build-own-text-summarizer-using-deep-learning copied to clipboard

TypeError: raw_input() got an unexpected keyword argument 'shape'

Open Rajanaarya opened this issue 4 years ago • 0 comments

When i am running the code in model building, the following line of code is showing error

Encoder

encoder_inputs = input(shape=(max_text_len,))

TypeError: raw_input() got an unexpected keyword argument 'shape'

Rajanaarya avatar Feb 11 '21 08:02 Rajanaarya