We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks a lot ! And I found some small bug like https://github.com/WongKinYiu/PyTorch_YOLOv4/blob/master/train.py#L367 should be 'epochs', and this line https://github.com/WongKinYiu/PyTorch_YOLOv4/blob/master/train.py#L138 the start_epoch will be so large if I load the pretrained models, and the training process may be skipped.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks a lot ! And I found some small bug like https://github.com/WongKinYiu/PyTorch_YOLOv4/blob/master/train.py#L367 should be 'epochs', and this line https://github.com/WongKinYiu/PyTorch_YOLOv4/blob/master/train.py#L138 the start_epoch will be so large if I load the pretrained models, and the training process may be skipped.
The text was updated successfully, but these errors were encountered: