582 views
1 1 vote
Hello,

I have a jpeg, where each image is around 1080 x 2048 in size and I have around 3000 of those images. I want to train a simple NN on this data. However, I am not sure how to feed the image data in to tensor flow. The examples online have a minst data which is easier since the image size is smaller.

When i tried make an numpy array out of the images I have i get the memory exception.

Any help would be appreciated !
0% Accept Rate Accepted 0 answers out of 8 questions

Please log in or register to answer this question.

Related questions

1 1 vote
0 0 answers
504
504 views
sujitha asked Feb 10, 2019
504 views
I have a tensorflow LSTM model for predicting the sentiment. I build the model with the maximum sequence length 150. (Maximum number of words) While making predictions, i...
1 1 vote
1 1 answer
3.1k
3.1k views
mllearner000 asked Oct 23, 2018
3,066 views
Hi All,I am writing a simple program using Tensorflow and DNNClassifier. Training Data is 9 pixel with four spectral bands, i.e. 4*9=36 featurs. And each data-point will ...
1 1 vote
1 1 answer
742
742 views
4 4 votes
1 1 answer
20.0k
20.0k views
1 1 vote
1 1 answer
850
850 views
tofighi asked Mar 4, 2020
850 views
What are the differences among Data Science, Artificial Intelligence and Machine Learning?