Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error pop outs when adjusting parameter in cfgs.py. #117

Open
chrischu83117 opened this issue Mar 5, 2021 · 0 comments
Open

Error pop outs when adjusting parameter in cfgs.py. #117

chrischu83117 opened this issue Mar 5, 2021 · 0 comments

Comments

@chrischu83117
Copy link

chrischu83117 commented Mar 5, 2021

Hi, recently I want to improve the result on my own dataset. Due to the reason that my result has many FP predicted bbox, so I try to adjust the parameter like show below:

  1. FAST_RCNN_NMS_IOU_THRESHOLD = 0.5
    2.FAST_RCNN_IOU_POSITIVE_THRESHOLD = 0.8
    3.FAST_RCNN_IOU_NEGATIVE_THRESHOLD = 0.5

When I was training , console popped out an error message:

2021-03-05 09:03:25.126176: F tensorflow/stream_executor/cuda/cuda_dnn.cc:430] could not convert BatchDescriptor {count: 0 feature_map_count: 512 spatial: 7 7 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} to cudnn tensor descriptor: CUDNN_STATUS_BAD_PARAM
Aborted (core dumped)

Can someone tell me why,Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant