You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking gradient for an operator, a mean operator will be appended after the operator. However, in mean_op sometimes getting data pointer from OG will be failed due to inconsistent type (op type is float32 and OG type is double). My question is how to specify the data type for mean_op's OG?
The text was updated successfully, but these errors were encountered:
pkuyym
changed the title
MeanOp in gradient test
Inconsistent type exception in mean_op when doing gradient test
Nov 1, 2017
When checking gradient for an operator, a mean operator will be appended after the operator. However, in mean_op sometimes getting data pointer from OG will be failed due to inconsistent type (op type is float32 and OG type is double). My question is how to specify the data type for mean_op's OG?
The text was updated successfully, but these errors were encountered: