Can `No such file or directory` only mean that there is `No such file or directory`?

后端 未结 1 537
情话喂你
情话喂你 2021-01-22 22:38

I am trying to train a network using caffe, but am getting a file-not-found exception:

I0111 11:19:27.339706  5151 layer_factory.hpp:76] Creating layer data
I0         


        
相关标签:
1条回答
  • 2021-01-22 23:42

    Your mean file is indeed in place, but this is not what caffe is complaining about.
    What about your database file, '/home/myUser/Documents/code/RFNN/data/ILSVRC2012/10class/ilsvrc12_train_lmdb_10biggest'? is it in the right location?


    TL;DR

    Can No such file or directory only mean that there is No such file or directory?

    Yes.

    0 讨论(0)
提交回复
热议问题