smallcorgi / Faster-RCNN_TF

Faster-RCNN in Tensorflow
MIT License
2.34k stars 1.12k forks source link

How is the validaiton dataset is used during training? #315

Open meijie0401 opened 6 years ago

meijie0401 commented 6 years ago

Hi ,thanks for you tensorflow code. I'm training faster rcnn on my own datatset and I already generated train.txt trainval.txt test.txt val.txt. And now it can be trained on training dataset, but does val.txt is used during training? because I want to see loss on validation dataset.