Skip to content

  • 体验新版
    • 正在加载...
  • 登录
  • PaddlePaddle
  • models
  • Issue
  • #2422

M
models
  • 项目概览

PaddlePaddle / models
大约 2 年 前同步成功

通知 232
Star 6828
Fork 2962
  • 代码
    • 文件
    • 提交
    • 分支
    • Tags
    • 贡献者
    • 分支图
    • Diff
  • Issue 602
    • 列表
    • 看板
    • 标记
    • 里程碑
  • 合并请求 255
  • Wiki 0
    • Wiki
  • 分析
    • 仓库
    • DevOps
  • 项目成员
  • Pages
M
models
  • 项目概览
    • 项目概览
    • 详情
    • 发布
  • 仓库
    • 仓库
    • 文件
    • 提交
    • 分支
    • 标签
    • 贡献者
    • 分支图
    • 比较
  • Issue 602
    • Issue 602
    • 列表
    • 看板
    • 标记
    • 里程碑
  • 合并请求 255
    • 合并请求 255
  • Pages
  • 分析
    • 分析
    • 仓库分析
    • DevOps
  • Wiki 0
    • Wiki
  • 成员
    • 成员
  • 收起侧边栏
  • 动态
  • 分支图
  • 创建新Issue
  • 提交
  • Issue看板
已关闭
开放中
Opened 6月 17, 2019 by saxon_zh@saxon_zhGuest

window10运行object_detection报错

Created by: yanggb

环境:win10+python3.7 object_detection和face_detection都存在这个错误。哪位朋友帮帮忙,无论是使用推荐数据还是自己的图片数据都报错

参数配置: add_arg('learning_rate', float, 0.001, "Learning rate.") add_arg('batch_size', int, 64, "Minibatch size of all devices.") add_arg('epoc_num', int, 120, "Epoch number.") add_arg('use_gpu', bool, False, "Whether use GPU.") add_arg('parallel', bool, False, "Whether train in parallel on multi-devices.") add_arg('dataset', str, 'pascalvoc', "dataset can be coco2014, coco2017, and pascalvoc.") add_arg('model_save_dir', str, 'model', "The path to save model.") add_arg('pretrained_model', str, 'pretrained/ssd_mobilenet_v1_coco/', "The init model path.") add_arg('ap_version', str, '11point', "mAP version can be integral or 11point.") add_arg('image_shape', str, '3,300,300', "Input image shape.") add_arg('mean_BGR', str, '127.5,127.5,127.5', "Mean value for B,G,R channel which will be subtracted.") add_arg('data_dir', str, 'data/pascalvoc', "Data directory.") add_arg('enable_ce', bool, True, "Whether use CE to evaluate the model.")

报错log: Exception in thread Thread-3: Traceback (most recent call last): File "G:\Python36\lib\threading.py", line 916, in _bootstrap_inner self.run() File "G:\Python36\lib\threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "G:\Python36\lib\site-packages\paddle\fluid\layers\io.py", line 585, in provider_thread raise ex File "G:\Python36\lib\site-packages\paddle\fluid\layers\io.py", line 567, in provider_thread for tensors in func(): File "G:\Python36\lib\site-packages\paddle\fluid\layers\io.py", line 617, in tensor_provider for slots in paddle_reader(): File "G:\Python36\lib\site-packages\paddle\fluid\data_feeder.py", line 326, in reader_creator for item in reader(): File "G:\Python36\lib\site-packages\paddle\reader\decorator.py", line 404, in queue_reader p.start() File "G:\Python36\lib\multiprocessing\process.py", line 105, in start self._popen = self._Popen(self) File "G:\Python36\lib\multiprocessing\context.py", line 223, in _Popen return _default_context.get_context().Process._Popen(process_obj) File "G:\Python36\lib\multiprocessing\context.py", line 322, in _Popen return Popen(process_obj) File "G:\Python36\lib\multiprocessing\popen_spawn_win32.py", line 65, in init reduction.dump(process_obj, to_child) File "G:\Python36\lib\multiprocessing\reduction.py", line 60, in dump ForkingPickler(file, protocol).dump(obj) AttributeError: Can't pickle local object 'multiprocess_reader.._read_into_queue'

Traceback (most recent call last): File "", line 1, in File "G:\Python36\lib\multiprocessing\spawn.py", line 105, in spawn_main exitcode = _main(fd) File "G:\Python36\lib\multiprocessing\spawn.py", line 115, in _main self = reduction.pickle.load(from_parent) EOFError: Ran out of input

指派人
分配到
无
里程碑
无
分配里程碑
工时统计
无
截止日期
无
标识: paddlepaddle/models#2422
渝ICP备2023009037号

京公网安备11010502055752号

网络110报警服务 Powered by GitLab CE v13.7
开源知识
Git 入门 Pro Git 电子书 在线学 Git
Markdown 基础入门 IT 技术知识开源图谱
帮助
使用手册 反馈建议 博客
《GitCode 隐私声明》 《GitCode 服务条款》 关于GitCode
Powered by GitLab CE v13.7