-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathdemo.yaml
More file actions
46 lines (37 loc) · 806 Bytes
/
demo.yaml
File metadata and controls
46 lines (37 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
model:
arch: unimernet
model_type: unimernet
model_config:
model_name: ./models/unimernet_small
max_seq_len: 1536
load_pretrained: True
pretrained: './models/unimernet_small/unimernet_small.pth'
tokenizer_config:
path: ./models/unimernet_small
datasets:
formula_rec_eval:
vis_processor:
eval:
name: "formula_image_eval"
image_size:
- 192
- 672
run:
runner: runner_iter
task: unimernet_train
batch_size_train: 64
batch_size_eval: 64
num_workers: 1
iters_per_inner_epoch: 2000
max_iters: 60000
seed: 42
output_dir: "output/demo"
evaluate: True
test_splits: [ "eval" ]
device: "cpu"
world_size: 1
dist_url: "env://"
distributed: True
distributed_type: ddp
generate_cfg:
temperature: 0.0