disable UseAll when init

detection_output_fixbug
qiaolongfei 7 years ago
parent 0b52cc886f
commit 5b94948b32

@ -72,7 +72,7 @@ bool InitDevices(const std::vector<std::string> &devices) {
LOG(WARNING) << "Not specified CPU device, create CPU by Default.";
}
platform::DeviceContextPool::Init(places);
framework::UseALL();
// framework::UseALL();
return true;
}

Loading…
Cancel
Save