mmocr: [Errno 21] Is a directory: 'data/mixture/Syn90k/label.lmdb'
When I tried to train MASTER on GPUs, it raised the error as below, however, I had orgnaized my data right and the directory “label.lmdb” surely had two files named “data.mdb” and “lock.mdb”


About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 22 (12 by maintainers)
@MingyuLau I am confused too. Is it possible that you specified two dataset configs at the same time, and the correct one is replaced by the wrong one. E.g.
Are you training with master_r31_12e_ST_MJ_SA.py ?
@Mountchicken I know where the error lies in ,I debug and find in the ST_SA_MJ_train.py ,the parameters of train3 cover the parameters of train1 Can you help me to fix this error?
@Mountchicken Yes,I am training with master_r31_12e_ST_MJ_SA.py And this is my training file: