при установке mmdetection? На машине стоит CUDA 10.1, PyTorch 1.5.
При установке ($ python setup.py develop) выходят следующие ошибки:
/usr/include/c++/8/utility(307): error: pack expansion does not make use of any argument packs
/usr/include/c++/8/utility(329): error: pack expansion does not make use of any argument packs
/usr/include/c++/8/utility(329): error: expected a ">"
detected during instantiation of type "std::make_integer_sequence<std::size_t, _Num>"
(340): here
/usr/include/c++/8/utility(329): error: identifier "__integer_pack" is undefined
detected during:
instantiation of type "std::make_integer_sequence<std::size_t, 0UL>"
(340): here
instantiation of type "std::make_index_sequence<0UL>"
/media/s57/2C7DB1632F1E7FB3/Projects/nn-tablerec/venv/lib/python3.7/site-packages/torch/include/ATen/core/op_registration/infer_schema.h(81): here
instantiation of "std::array<c10::detail::infer_schema::ArgumentDef, <expression>> c10::detail::infer_schema::createReturns<std::tuple<ReturnTypes...>, void>::call() [with ReturnTypes=<>]"
Похоже на несовместимость версий пакетов
Обсуждают сегодня