roytseng-tw / Detectron.pytorch

A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
MIT License
2.82k stars 567 forks source link

update README.md , add compiler version note #219

Open timfaner opened 5 years ago

timfaner commented 5 years ago

add compiler version note according to https://pytorch.org/tutorials/advanced/cpp_extension.html#using-your-extension

timfaner commented 5 years ago

Ubuntu 14.04 default gcc is 4.8.5 and is not supporeted by Pytorch extensions