-
Notifications
You must be signed in to change notification settings - Fork 13
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
Dkeras on a local machine (Intel® Xeon(R) Gold 6128 CPU @ 3.40GHz × 12 ) takes for ever #4
Comments
n_workers=None will cause an error as you don't initialize any workers, try n_workers=10. |
I have tried by setting n_workers to 4, 10 and None but it didn't help. Instead I get the following warning which I think it wont be a problem.
|
Those warning shouldn't be a problem. As a quick test, what happens when you run a keras.applications ResNet50? |
I get the following error when I run keras.applications ResNet50
|
I have a model based on keras and it takes about 25 seconds for inference. I wanted to speed this up and implemented dkreas but I didnt get the performance improvment that I was expecting. Instead it takes for ever. Do you know why this happen or have I done anything wrong?
The text was updated successfully, but these errors were encountered: