Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

I'm having trouble training a Tensorflow model

I am a beginner in TensorFlow. I have 9090 training data and 3897 test data. However, its only using 37 data to train the model.

enter image description here

I followed the same steps in the tensorflow training I followed. i checked it 2 times but I couldn’t find the error

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

You are using your full data. Batch size is 250, so it is 37 batches of data (9090 / 250 = 36.36 ~ 37).

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading