the gpu output results are different from cpu when I used mxnet-cu100 in adversarial_action_recognition.ipynb #1578
-
Beta Was this translation helpful? Give feedback.
Answered by
beat-buesser
Mar 9, 2022
Replies: 1 comment 8 replies
-
Hi @AndssY Thank you for using ART! Theoretically, the results from CPU and GPU runs should be very similar. What is the maximal absolute difference between |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
AndssY
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @AndssY Thank you for using ART! Theoretically, the results from CPU and GPU runs should be very similar. What is the maximal absolute difference between
adv_sample
andadv_sample_input
after cell 10 for CPU and GPU runs?