Keras TypeError int not iterable

+1 vote

I'm building a LSTM recurrent network, but I keep getting this error:

TypeError: 'int' object is not iterable 

How do I solve this?

Jun 17, 2019 in Data Analytics by Zulaikha
• 910 points
2,998 views

2 answers to this question.

0 votes

Long Short Term Memory are implemented sequentially

Make sure your input shape has two attributes: length and features

The data set should be of the following format:

(sequences, length, features)

answered Jun 17, 2019 by Zulaikha
• 910 points
0 votes

Long Short Term Memory networks are implemented using the sequence function.

Make sure your input has two attributes: length and features

Also, the data set must be formatted like so: 

(sequences, length, features)

answered Jun 17, 2019 by Sophie may
• 10,610 points

Related Questions In Data Analytics

0 votes
1 answer

TypeError: 'tuple' object is not callable

Hi, @Prasanna, The “TypeError: ‘tuple’ object is not ...READ MORE

answered Nov 10, 2020 in Data Analytics by Gitika
• 65,910 points
24,583 views
0 votes
1 answer

Splunk Cluster instalation document was not uploaded in the cource.

Dear Learner, Greetings ! We would like to inform ...READ MORE

answered Dec 18, 2017 in Data Analytics by Sudhir
• 1,610 points
450 views
0 votes
1 answer

SMOTE-function not working in R

If you convert 'y' to a factor, ...READ MORE

answered Jun 27, 2018 in Data Analytics by CodingByHeart77
• 3,740 points
2,697 views
+1 vote
1 answer

What does “Error: object '<myvariable>' not found” mean?

The error means that R could not ...READ MORE

answered Oct 29, 2018 in Data Analytics by Ali
• 11,360 points
1,802 views
+3 votes
2 answers

Error: could not find function - R Programming

Yes, Just like @Maverik said, It happens ...READ MORE

answered Aug 23, 2019 in Data Analytics by anonymous
• 33,030 points
32,932 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,060 views
0 votes
1 answer
+5 votes
6 answers

Lowercase in Python

You can simply the built-in function in ...READ MORE

answered Apr 11, 2018 in Python by hemant
• 5,790 points
3,479 views
0 votes
1 answer

Pycharm error: could not find a version that satisfies the requirement

Check the python version installed. Tensorflow is ...READ MORE

answered May 29, 2019 in Data Analytics by Zulaikha
• 910 points
2,824 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP