-
Notifications
You must be signed in to change notification settings - < 8000 a icon="repo-forked" id="fork-button" href="/login?return_to=%2Fpytorch%2Fpytorch" rel="nofollow" data-hydro-click="{"event_type":"authentication.click","payload":{"location_in_page":"repo details fork button","repository_id":65600975,"auth_type":"LOG_IN","originating_url":"https://github.com/pytorch/pytorch/issues/6847","user_id":null}}" data-hydro-click-hmac="971ae86a263e5e359037a02afcb6ec995c7a85ad5b225f49f75b5310e2bbfef3" data-view-component="true" class="btn-sm btn"> Fork 24.1k
[caffe2] EigenTranspose problem in math_cpu.cc #6847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you give the full error message? Can you also give your eigen version, operating system, and how you built Caffe2? |
@pjh5, #6668 ok, the following is the infomation: full error message:
and two hints:
|
with DEBUG mode, there is a bug in the following code snippet of math_cpu.cc(line 2084).
EigenTensorMap<T, D>(Y, Y_dims) = EigenTensorMap<T, D>(const_cast<T*>(X), X_dims).shuffle(axes_array);
runtime error message:
The text was updated successfully, but these errors were encountered: