使用Celeb人脸数据集做分割,按照文档处理数据和yaml文件,但是训练出现问题
Created by: Diuyon
1. 问题报告如下:
----------------------
Error Message Summary:
----------------------
Error: An error occurred here. There is no accurate error hint for this error yet. We are continuously in the process of increasing hint for this kind of error check. It would be helpful if you could inform us of how this conversion went by opening a github issue. And we will resolve it with high priority.
- New issue link: https://github.com/PaddlePaddle/Paddle/issues/new
- Recommended issue content: all error stack information: unspecified launch failure at (D:\1.7.1\paddle\paddle\fluid\operators\reader\buffered_reader.cc:115)
[operator < read > error]
2. 详细错误日志如下:
--------------------------------------------
C++ Call Stacks (More useful to developers):
--------------------------------------------
Windows not support stack backtrace yet.
------------------------------------------
Python Call Stacks (More useful to users):
------------------------------------------
File "C:\ProgramData\Anaconda3\envs\work\lib\site-packages\paddle\fluid\framework.py", line 2525, in append_op
attrs=kwargs.get("attrs", None))
File "C:\ProgramData\Anaconda3\envs\work\lib\site-packages\paddle\fluid\reader.py", line 733, in _init_non_iterable
outputs={'Out': self._feed_list})
File "C:\ProgramData\Anaconda3\envs\work\lib\site-packages\paddle\fluid\reader.py", line 646, in __init__
self._init_non_iterable()
File "C:\ProgramData\Anaconda3\envs\work\lib\site-packages\paddle\fluid\reader.py", line 280, in from_generator
iterable, return_list)
File "C:\ProgramData\Anaconda3\envs\work\lib\site-packages\paddle\fluid\reader.py", line 1046, in __init__
feed_list, capacity, use_double_buffer, iterable, return_list)
File "D:\work\脸部裁剪\paddleSeg\pdseg\models\model_builder.py", line 200, in build_model
use_double_buffer=True)
File "pdseg/train.py", line 256, in train
train_prog, startup_prog, phase=ModelPhase.TRAIN)
File "pdseg/train.py", line 505, in main
train(cfg)
File "pdseg/train.py", line 518, in <module>
main(args)
3. 错误描述如下:
日志不停在终端出现(刷屏),不得已终止训练
如果您能帮忙解决该问题,我将万分感谢!