We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error during installation: src/loadwordemb.cpp:157:24: error: converting to ‘VocabAndTensor {aka std::tuple<pybind11::dict, at::Tensor>}’ from initializer list would use explicit constructor ‘constexpr std::tuple<_T1, _T2>::tuple(_U1&&, _U2&&) [with _U1 = pybind11::dict&; _U2 = at::Tensor&; = void; _T1 = pybind11::dict; _T2 = at::Tensor]’ return {vocab, dest};
This problem has been bothering me for a long time. Is it a compatibility issue with the Pytorch version? Or other questions, thank you.
The text was updated successfully, but these errors were encountered:
i have the same problem with yours, Have you solved this problem ?
Sorry, something went wrong.
No branches or pull requests
Error during installation:
src/loadwordemb.cpp:157:24: error: converting to ‘VocabAndTensor {aka std::tuple<pybind11::dict, at::Tensor>}’ from initializer list would use explicit constructor ‘constexpr std::tuple<_T1, _T2>::tuple(_U1&&, _U2&&) [with _U1 = pybind11::dict&; _U2 = at::Tensor&; = void; _T1 = pybind11::dict; _T2 = at::Tensor]’
return {vocab, dest};
This problem has been bothering me for a long time. Is it a compatibility issue with the Pytorch version? Or other questions, thank you.
The text was updated successfully, but these errors were encountered: