Open hahne opened 7 years ago
I don't think I've ever seen that error before. https://github.com/BVLC/caffe/pull/3731 seems to be working well for everyone, and we're basically doing the same thing in DIGITS.
How did you install LMDB? You didn't install from source or anything weird like that?
$ dpkg -l | grep lmdb
ii liblmdb-dev:amd64 0.9.17-3 amd64 Lightning Memory-Mapped Database development files
ii liblmdb0:amd64 0.9.17-3 amd64 Lightning Memory-Mapped Database shared library
ii python-lmdb 0.87-2 amd64 Lightning Memory-Mapped Database python bindings
$ pip list | grep -i lmdb
lmdb (0.87)
Thank you for your help!
No I did not install LMDB from source or something. The thing is that it was working before but it is a few weeks ago that a created a new dataset.
I get the same output like you executing these commands.
Ok I was running create_db.py now manually and changed the output path to a local path. Here it is working.
Due to memory issues, I moved the job folder to a network drive. The network drive is a windows share mounted with cifs. It has a normal file path (/home/username/networks/data). But apparently this is causing issues for lmdb...
Technically LMDB shouldn't ever be used over NFS (http://stackoverflow.com/a/24696604/2404152). But I've done it a lot and don't often see any issues.
You think it will work if I read only the database?
My quick solution for now is: I changed create_db.py that it will write the database temporarily on the local disk and moves it then to the job folder.
Hello, I haved moved my job folder and everything was working fine but now I wanted to create a new database and I get the following error:
Not sure if it is related anyhow to the job folder. Can you help me with this?
My DIGITS version is 5.1-dev