Skip to content

After using cudnn ,the training doesn't work #5565

@lvxiao123

Description

@lvxiao123

I meet the error:
I0426 10:18:05.214186 8129 net.cpp:408] conv1_1 -> conv1_1
*** Aborted at 1493173085 (unix time) try "date -d @1493173085" if you are using GNU date ***
PC: @ 0x7f8ea2df52b3 (unknown)
*** SIGSEGV (@0x58) received by PID 8129 (TID 0x7f8ed70469c0) from PID 88; stack trace: ***
@ 0x7f8ed49f3cb0 (unknown)
@ 0x7f8ea2df52b3 (unknown)
@ 0x7f8ea33ee3ad (unknown)
@ 0x7f8ea2df8854 (unknown)
@ 0x7f8ea2df9f1a (unknown)
@ 0x7f8ea2df084c (unknown)
@ 0x7f8eaf296562 (unknown)
@ 0x7f8eaf67f5e2 (unknown)
@ 0x7f8eaf680163 (unknown)
@ 0x7f8eaf5d858e (unknown)
@ 0x7f8eaf5d8870 (unknown)
@ 0x7f8ec565bb9d (unknown)
@ 0x7f8ec56515c0 (unknown)
@ 0x7f8ec565ee16 (unknown)
@ 0x7f8ec5662421 (unknown)
@ 0x7f8ec5655f8c (unknown)
@ 0x7f8ec5641782 (unknown)
@ 0x7f8ec5677cdf (unknown)
@ 0x7f8ec51b73c4 (unknown)
@ 0x7f8ed68ac422 caffe::CuDNNConvolutionLayer<>::LayerSetUp()
@ 0x7f8ed69a11ac caffe::Net<>::Init()
@ 0x7f8ed69a2045 caffe::Net<>::Net()
@ 0x7f8ed6a1c97a caffe::Solver<>::InitTrainNet()
@ 0x7f8ed6a1d8fc caffe::Solver<>::Init()
@ 0x7f8ed6a1dc2a caffe::Solver<>::Solver()
@ 0x7f8ed698d2b3 caffe::Creator_SGDSolver<>()
@ 0x410ac8 caffe::SolverRegistry<>::CreateSolver()
@ 0x409ec2 train()
@ 0x40744c main
@ 0x7f8ed49def45 (unknown)
@ 0x407d53 (unknown)
@ 0x0 (unknown)
Segmentation fault (core dumped)

when I don't use cudnn,the training works well.Once using cudnn,the training process aborted here.I can pass all the test with cudnn.In addition,the training file is wrote in python .
Thanks a lot for your reply,the error confuse me for a long time.
Operating system: ubuntu 14.04
Compiler:
CUDA version (if applicable):cuda 8.0
CUDNN version (if applicable):cudnn v5.0
BLAS:
Python or MATLAB version (for pycaffe and matcaffe respectively):python
Graphics:GTX1060

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions