{
|
|
"export_name": "data.json",
|
|
|
|
"dir_images_train": "data/small/",
|
|
"dir_images_test" : "data/small/",
|
|
"dir_images_val" : "data/small/",
|
|
|
|
"path_matching_train": "data/small.matching.txt",
|
|
"path_matching_val" : "data/small.matching.txt",
|
|
"path_matching_test" : "data/small.matching.txt",
|
|
|
|
"path_formulas_train": "data/small.formulas.norm.txt",
|
|
"path_formulas_test" : "data/small.formulas.norm.txt",
|
|
"path_formulas_val" : "data/small.formulas.norm.txt",
|
|
|
|
"max_iter" : 20,
|
|
"max_length_formula": 50,
|
|
|
|
"bucket_train": true,
|
|
"bucket_val": true,
|
|
"bucket_test": true,
|
|
|
|
"buckets": [
|
|
[240, 100], [320, 80], [400, 80], [400, 100], [480, 80], [480, 100],
|
|
[560, 80], [560, 100], [640, 80], [640, 100], [720, 80], [720, 100],
|
|
[720, 120], [720, 200], [800, 100], [800, 320], [1000, 200],
|
|
[1000, 400], [1200, 200], [1600, 200], [1600, 1600]
|
|
]
|
|
}
|