How-to-build-own-text-summarizer-using-deep-learning
How-to-build-own-text-summarizer-using-deep-learning copied to clipboard
TypeError: raw_input() got an unexpected keyword argument 'shape'
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'