Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'NoneType' object is not iterable #1

Open
jamincosh opened this issue Jan 24, 2018 · 1 comment
Open

TypeError: 'NoneType' object is not iterable #1

jamincosh opened this issue Jan 24, 2018 · 1 comment

Comments

@jamincosh
Copy link

Hi, I am getting the above error when executing the following line in chatbot.ipynb:
model = Chatbot(config.LEARNING_RATE,
config.BATCH_SIZE,
config.ENCODING_EMBED_SIZE,
config.DECODING_EMBED_SIZE,
config.RNN_SIZE,
config.NUM_LAYERS,
len(vocab),
word_to_id,
config.CLIP_RATE)

Please can you advise?

@MRuAyAN
Copy link

MRuAyAN commented Jan 25, 2018

txt file encode is error. so read out is none from txt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants