crnn icon indicating copy to clipboard operation
crnn copied to clipboard

after getting the lmdb dataset, where should I put them to ?

Open gbolin opened this issue 6 years ago • 1 comments

now, I got data.mdb and lock.mdb files, but could you @bgshih tell me where should I put these two files?

gbolin avatar Mar 27 '18 07:03 gbolin

look at config.lua:

...
trainSetPath     = '../data/synth90k_train_lmdb/data.mdb',
valSetPath = '../data/synth90k_val_lmdb/data.mdb',
...

githubharald avatar May 12 '18 12:05 githubharald