OSError:[WinError 8] yolo中没有足够的内存资源来处理此命令

时间:2018-11-19 14:44:34

标签: tensorflow machine-learning yolo

我正在尝试使用yolo模型创建一个有关实时车辆分类的项目。执行此命令时

python flow --model cfg/tiny-yolo-voc-1c.cfg --load bin/tiny-yolo-voc.weights --train`

此错误弹出:

mm = mmap.mmap(fid.fileno(), bytes, access=acc, offset=start)
OSError: [WinError 8] Not enough memory resources are available to process this command

我曾经训练过的资源可以在https://github.com/markjay4k/YOLO-series

中找到

0 个答案:

没有答案