-
Notifications
You must be signed in to change notification settings - Fork 8k
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
cuDNN status Error in: file: ./src/convolutional_kernels.cu : () when training #4366
Comments
do
|
@AlexeyAB
|
This is very strange error.
|
I set
but I can detect with
|
What error can you get by using this command?
May be something wrong with your permissions or with cuDNN. |
Just like following:
By the way , I notice this repo
|
Its about speed. To increase accuracy you should use new model: https://raw.githubusercontent.com/WongKinYiu/CrossStagePartialNetworks/master/cfg/csresnext50-panet-spp.cfg So do you get an error only if you train with CUDA without cuDNN? |
By the way, I find that, I use the same The first time I use my own dataset to train
With this command ,it shows The second time I use the same dataset to train
But this time,it shows The dataset and yolov3.cfg that I use are the same.
|
Different resize approaches: #232 (comment)
Added new layers, new params, new features and new models... https://github.com/AlexeyAB/darknet/projects/1
In your case, there are simply different approaches to resizing. |
In my case, training The I set I use the following command to calculate mAP in this repo for both of two models after training:
By the way, I want to save
Thanks so much! |
Thanks for your great work!
I set like this in Makefile:
Then run
make
,and goes well .No error occurs duringmake
But when I begin to train :
./darknet detector train cfg/obj.data cfg/obj.cfg darknet53.conv.74 -map
error occurs like following:
How to fix it?
The information of my device:
The text was updated successfully, but these errors were encountered: