akozd / tensorflow_yolo_v3

A well-documented TensorFlow implementation of the YOLOv3 model.
MIT License
44 stars 16 forks source link

Custom single class training, when should I stop training? #5

Open JoltonADsouza opened 5 years ago

JoltonADsouza commented 5 years ago

The training loss went down from some ~5000 to ~40 in som ~20000 iterations. I am unable to track the training on the graph. When do you think should I stop the training, at what number(eg. training loss: 2 or 3 or 4)?

SrikarNamburu commented 4 years ago

Hi, I am not able to train the custom data. I want to use pre-trained weights from the coco dataset and train my new dataset with 15 classes.

Error:

Restoring from checkpoint failed. This is most likely due to a mismatch between the current graph and the graph from the checkpoint. Please ensure that you have not altered the graph expected based on the checkpoint. Original error:

Assign requires the shapes of both tensors to match. LHS shape= [60] rhs shape= [255]

The new dataset has 15 classes that's why 60 filters