-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I was running the given code of Discriminative Mode Seeking paper. I encounter an error in one of the log files. I was running using 6 workers. Though most of workers completed their process. There were few of the workers which did not complete thier jobs assigned and showed some error in the output log files. Details of last 10 lines are given below. Below is the details of error when the function: sampleRandomPatchesbb() was running. I was not able to resolve the issue could you please help me to solve the issue.
ans =
.ds.sample.initInds
ans =
1x1 struct array with no fields.
ismapreducer:1
Reference to non-existent field 'sample'.
file: [1x91 char]
name: 'dsmapredrun'
line: 5
file: [1x92 char]
name: 'dsmapreducer'
line: 316
file: [1x99 char]
name: 'dsmapreducerbarrier'
line: 10
file: [1x96 char]
name: 'dsmapreducerwrap'
line: 6
MATLAB:nonExistentField
checkpassed =
1
Could you please help me resolve the issue.
Thank
Praveen