AttributeError: module 'caffe2' has no attribute 'set_mode_cpu'
时间: 2023-09-03 21:08:03 浏览: 125
求解报错:AttributeError:module ‘os’ has no attribute ‘exit’
这个错误通常是因为你导入了 `caffe2` 库,但是库中没有 `set_mode_cpu` 属性。可能是因为你使用了过时的版本或者导入了错误的模块。
你可以尝试更新 `caffe2` 到最新版本,或者检查你的导入语句是否正确。如果问题仍然存在,请提供更多的代码和上下文信息,以便我能够帮助你更好地解决这个问题。
阅读全文