Skip to content
New issue

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

About Training Time compare with Darknet #51

Open
lq0104 opened this issue Aug 15, 2020 · 3 comments
Open

About Training Time compare with Darknet #51

lq0104 opened this issue Aug 15, 2020 · 3 comments

Comments

@lq0104
Copy link

lq0104 commented Aug 15, 2020

Hi, thank you very much for your work in Yolo, I have a question about the training time compare with AlexeyAB darknet, that is which is faster when training with the same network cfg (e.g Yolov4.cfg) and the same iterator counts, Because My computer GPU is not so good, so I'm more concerned with training time. Thank you again.

@WongKinYiu
Copy link
Owner

if your gpu has tensor core, the training of this implementation is about 3 to 4 times faster.

@lq0104
Copy link
Author

lq0104 commented Aug 19, 2020

Hi, thank you for your quick reply. My computer GPU is NVidia 2080Ti, so it has tensor core.
And I also see the AlexeyAB's repo supports Tensor core too, So my question is that: Does "PyTorch_YOLOv4+Tensor core" is train faster than "AlexeyAB darknet+Tensor core"? Thank you very much.

@WongKinYiu
Copy link
Owner

yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants