apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.77k stars 6.79k forks source link

mxnet docker gives different inference output #16333

Open WIll-Xu35 opened 5 years ago

WIll-Xu35 commented 5 years ago

Description

When using official mxnet docker image on cloud server and without docker on a local server, the inference result is different. The input is exactly the same.

Environment info (Required)

docker on cloud server: cuda9.0, cuda drive 418 (host machine), mxnet 1.4.0 local server: cuda9.0, cuda drive 396, mxnet 1.3.0

mxnet-label-bot commented 5 years ago

Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it. Here are my recommended label(s): Performance

WIll-Xu35 commented 5 years ago

After downgrading the mxnet version in the docker to 1.3.0, the inference result are exactly the same. But why?

hyuatpc commented 1 year ago

Any ideas guys?