Did you by chance name your script as keras.py ?
On Tuesday, 22 October 2019 09:29:02 CEST priyankas...@gmail.com wrote:
> from keras.preprocessing.text import one_hot
> from keras.preprocessing.sequence import pad_sequences
> from keras.models import Sequential
> from keras.layers.core import Activation, Dropout, Dense
> from keras.layers import Flatten, LSTM
> from keras.layers import GlobalMaxPooling1D
> from keras.models import Model
> from keras.layers.embeddings import Embedding
> from keras.preprocessing.text import Tokenizer
> from keras.layers import Input
>
>
>
> *error*
--
You received this message because you are subscribed to the Google Groups "Keras-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keras-users...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/keras-users/29b5103d-6eae-42cf-b95c-1b40c8cd03cb%40googlegroups.com.