eric612 / Caffe-YOLOv3-Windows

A windows caffe implementation of YOLO detection network
Other
212 stars 128 forks source link

Build wrong in gpu,but fine in cpu only #32

Open l35633 opened 3 years ago

l35633 commented 3 years ago

hi! build_win.cmd in win10 with GPU evn, but wrong below:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(170,5): error MSB6006: “cmd.exe

if build in cpu only, it is right! where is wrong? Thank you