exemplarsvm icon indicating copy to clipboard operation
exemplarsvm copied to clipboard

Reg. matlab lock

Open cmethani opened this issue 13 years ago • 1 comments

I keep getting the following missing file error:

missing E:\New_Topics\MultipleExemplarSVM\esvm-bus\detections\trainval-bus-g.exemplar-svm\result_00249-00252.mat

However, a folder called " result_00249-00252.mat.lock" exists in the same folder.

What is the point of the folders with ".mat.lock" extension?

cmethani avatar Feb 08 '12 05:02 cmethani

The folders with .lock extensions are lockfiles which are written to let multiple processes communicate when you want to perform large scale training on a cluster.

If you are running things on one machine, you can go ahead and delete all .lock folders. They should be automatically cleaned up after training and if they didn't this means something is probably wrong. It could happen that you ran training once, killed the job, and tried running again. In that case you will have to manually delete the lock files.

quantombone avatar Feb 08 '12 15:02 quantombone