Retinanet-Tutorial icon indicating copy to clipboard operation
Retinanet-Tutorial copied to clipboard

WARNING: Ran out of data when training is started

Open prithivin opened this issue 2 years ago • 0 comments

Hi Jasper,

I am getting the following warning when I run training:

WARNING:tensorflow:Your input ran out of data; interrupting training. Make sure that your dataset or generator can generate at least steps_per_epoch * epochs batches (in this case, 2500 batches). You may need to use the repeat() function when building your dataset.

After displaying this warning, the training stops. I am running this on a linux server with GPU.

I executed all the steps as per the tutorial except that I created a virtual environment to install the required packages.

Also I did the labeling on my windows PC as I want to run the program on a server which can only be operated with a command line interface.

Can you please help me to fix this issue. Thanks in advance for helping out.

Regards, Prithivin.

prithivin avatar Nov 23 '22 09:11 prithivin