PyTorch-YOLOv3-kitti
PyTorch-YOLOv3-kitti copied to clipboard
Training on Custom Dataset
Hi,
First of all thank you for the code and detailed steps involved. I was trying to run the same code with another dataset (Virtual KITTI). I am able to start the training process but I am not sure how to decide the number of epochs. Is there any way to implement early stopping in the code or what should be the process. Can you please guide