Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

The test time of the model on GPU is normal, but the test time on CPU is very long. #15108

Answered by xianyujie
xianyujie asked this question in Q&A
Discussion options

You must be logged in to vote

After I set the minimum value to 0, the test results of the two models are the same.

same image as input, get the output(pre_output1,pre_output2) from stage1_unit1_relu1 layer
of the two models.Then test the time of Conv layer, pre_output1 as the input of my model,
pre_output2 as the input of original model.

(0.004521, 0.004521)
The pre_output1 as the input of the two models, test the time of Conv layer
(0.004198, 0.004238)
The pre_output2 as the input of the two models, test the time of Conv layer
(0.004196, 0.004184)

Replies: 18 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by marcoabreu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #15108 on September 05, 2020 19:31.