This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
The speed of MXPredCreate
is very slow for mxnetv1.0.0/V100/cuda8.0/cudnn5.0/driver410
#14609
Unanswered
PapaMadeleine2022
asked this question in
Q&A
Replies: 2 comments
-
Hey, this is the MXNet Label Bot. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@IvyGongoogle Based on my understanding, the first call for inference would copy model info from CPU to GPU which would expect a long time to take. I am not quite sure the reason about the second question, but keep your driver and lib up-to-date is always recommended.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello, I have an issue. When I use
mxnetv1.0.0/V100/cuda10.0/cudnn7.5/driver410
to run a inference for my model using c++ api, the time ofMXPredCreate
seems to be normal, but when I usemxnetv1.0.0/V100/cuda8.0/cudnn5.0/driver410
, the time ofMXPredCreate
is very slow. The below is test results:I have two question.
first: why the
MXPredCreate
speed of the case2 is still very slow after the first run?second: why the
MXPredCreate
speed of the case2 is two times slower than case1? Because the cuda8 is outdated?Anyone can give some advises?
Beta Was this translation helpful? Give feedback.
All reactions