When I ran in the terminal the following command:
python3 nets/test.py -g -white -v -se -m ./model/c3ae_model_v2_fp16_white_se_132_4.208622-0.973,
I got the warning like this:
2021-03-31 04:06:53.668892: W tensorflow/core/common_runtime/base_collective_executor.cc:217] BaseCollectiveExecutor::StartAbort Out of range: End of sequence
[[{{node IteratorGetNext}}]]
W0331 04:06:53.669905 139952547956480 training_v2.py:152] 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, 2 batches). You may need to use the repeat() function when building your dataset.
2021-03-31 04:06:54.276263: W tensorflow/core/common_runtime/base_collective_executor.cc:217] BaseCollectiveExecutor::StartAbort Out of range: End of sequence
[[{{node IteratorGetNext}}]]
W0331 04:06:54.277260 139952547956480 training_v2.py:152] 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, 2 batches). You may need to use the repeat() function when building your dataset.
And the saved video has no bounding box and labels on the images.
Can anyone tell me how to fix it?
When I ran in the terminal the following command:
python3 nets/test.py -g -white -v -se -m ./model/c3ae_model_v2_fp16_white_se_132_4.208622-0.973,
I got the warning like this:
2021-03-31 04:06:53.668892: W tensorflow/core/common_runtime/base_collective_executor.cc:217] BaseCollectiveExecutor::StartAbort Out of range: End of sequence
[[{{node IteratorGetNext}}]]
W0331 04:06:53.669905 139952547956480 training_v2.py:152] Your input ran out of data; interrupting training. Make sure that your dataset or generator can generate at least
steps_per_epoch * epochsbatches (in this case, 2 batches). You may need to use the repeat() function when building your dataset.2021-03-31 04:06:54.276263: W tensorflow/core/common_runtime/base_collective_executor.cc:217] BaseCollectiveExecutor::StartAbort Out of range: End of sequence
[[{{node IteratorGetNext}}]]
W0331 04:06:54.277260 139952547956480 training_v2.py:152] Your input ran out of data; interrupting training. Make sure that your dataset or generator can generate at least
steps_per_epoch * epochsbatches (in this case, 2 batches). You may need to use the repeat() function when building your dataset.And the saved video has no bounding box and labels on the images.
Can anyone tell me how to fix it?