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

Questions about training speed #20

Open
bupt906 opened this issue Dec 15, 2021 · 1 comment
Open

Questions about training speed #20

bupt906 opened this issue Dec 15, 2021 · 1 comment

Comments

@bupt906
Copy link

bupt906 commented Dec 15, 2021

I am doing related work based on paddleOCR. I replaced the backbone of the CRNN network structure from mobilenet_v3 to micronet. I train on a single machine with 4 cards, the batch_size is 256, and I find that the ips I train are about 60, while the ips of mobilenet_v3 can reach about 200. may I ask if this is normal? And GPU usage has become lower.

@liyunsheng13
Copy link
Owner

I'm not sure. The gap seems to be large. In fact micronet is developed mainly for CPU usage. The speed should not be very fast due to the existence of dynamic operation. But from my experience, it should be much slower than mobilenetv3.

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