what does num_epochs means in the eval_input_config in the pipeline.config
I noticed that when I change the value of this field to more than 1 I'm having these warning logs when trying to train an object detection model using Tensorflow Object Detection API 2
[04/14 22:39:04] tensorflow WARNING: Ignoring detection with image id 163697061 since it was previously added
eval_input_reader: {
label_map_path: "PATH_TO_BE_CONFIGURED/label_map.txt"
shuffle: false
num_epochs: 1
tf_record_input_reader {
input_path: "PATH_TO_BE_CONFIGURED/val2017-?????-of-00032.tfrecord"
}