| data_roots = { | |
| 'iam_word': './data/', | |
| 'vnondb': './data/' | |
| } | |
| data_paths = { | |
| 'iam_word': {'trnval': 'train_32.hdf5', | |
| 'test': 'test_32.hdf5'}, | |
| 'iam_word_org': {'trnval': 'train_32.hdf5', | |
| 'test': 'test_32.hdf5'}, | |
| #'iam_word': {'trnval': 'train_64.hdf5', | |
| #'test': 'test_64.hdf5'}, | |
| #'iam_word_org': {'trnval': 'train_64.hdf5', | |
| #'test': 'test_64.hdf5'}, | |
| 'vnondb': {'trnval': 'train_vn.h5', | |
| 'test': 'test_vn.h5'} | |
| #'vnondb': {'trnval': 'train64_vnondb.h5', | |
| #'test': 'val64_vnondb.h5'} | |
| } |