pytorch+detectron2源码编译总结
实验室cuda=9.0 不能安装高版本pytorch
detectron2要求pytorch 1.4以上。pytorch1.4 和1.5可以在cuda9.0上编译。python>=3.6.
不知道怎么回事pytorch 1.4编译不过最终使用1.5
gcc和g++只能使用版本5,低和高都不行。
实验室cuda=9.0 不能安装高版本pytorch
detectron2要求pytorch 1.4以上。pytorch1.4 和1.5可以在cuda9.0上编译。python>=3.6.
不知道怎么回事pytorch 1.4编译不过最终使用1.5
gcc和g++只能使用版本5,低和高都不行。