DetectionTeamUCAS / FPN_Tensorflow

This is a tensorflow re-implementation of Feature Pyramid Networks for Object Detection.
https://github.com/DetectionTeamUCAS/FPN_Tensorflow
MIT License
347 stars 132 forks source link

请问,要想在CPU上面跑这份代码,需要改哪些地方? #154

Open HUI11126 opened 3 years ago

HUI11126 commented 3 years ago

谢谢

Dangling-Pointer-Forever commented 2 years ago

可以不修改,但是你需要在你电脑环境中安装gpu版tensorflow,因为这份代码在你没有gpu的时候会自动用cpu跑。我也是实践过程中发现的