Quantcast
Channel: How to put multiple CSV dataset to fit the model in Keras? - Stack Overflow
Viewing all articles
Browse latest Browse all 2

How to put multiple CSV dataset to fit the model in Keras?

$
0
0

I want to use RNN in Keras to train the model to predict the movement trajectory.

I have multiple CSV files. Those have the same features(columns), but have different numbers(rows). Example of one file's shape is (1078, 8) and another file is (666, 8). Each file represents one trajectory.

Now, I can only put one CSV file to train the model.

How can I put those datasets to fit the model in Keras?


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images