61 Star 652 Fork 254

PaddlePaddle / PaddleDetection

 / 详情

ppyoloe+训练两个目标出现错误,每次都是在30轮出现错误

Backlog
Opened this issue  
2022-12-15 16:24

Error: /paddle/paddle/phi/kernels/funcs/gather.cu.h:68 Assertion index_value >= 0 && index_value < input_dims[j] failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [1] and greater than or equal to 0, but received [0]

Comments (3)

Martian created任务

我也是遇到了,每次都在相同的位置出现

我也遇到了相同的问题,7个类型的目标检测任务,每次都在29轮结束时报这个错误:Error: /paddle/paddle/phi/kernels/funcs/gather.cu.h:68 Assertion index_value >= 0 && index_value < input_dims[j] failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [7] and greater than or equal to 0, but received [0]

datasets中的num_classes数量配置错误导致的

Sign in to comment

Status
Assignees
Milestones
Pull Requests
Successfully merging a pull request will close this issue.
Branches
Planed to start   -   Planed to end
-
Top level
Priority
参与者(4)
Python
1
https://gitee.com/paddlepaddle/PaddleDetection.git
git@gitee.com:paddlepaddle/PaddleDetection.git
paddlepaddle
PaddleDetection
PaddleDetection

Search