xianyujie commented on issue #15108: The test time of the model on GPU is normal, but the test time on CPU is very long. URL: https://github.com/apache/incubator-mxnet/issues/15108#issuecomment-500288680 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)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
