File tree Expand file tree Collapse file tree 1 file changed +28
-13
lines changed
Expand file tree Collapse file tree 1 file changed +28
-13
lines changed Original file line number Diff line number Diff line change 1+ backbone_layers :
2+ - 2
3+ - 3
4+ - 7
15batchsize : 10
6+ betas :
7+ - 0.9
8+ - 0.999
29bos_token : 1
310channels : 1
11+ data : dataset/data/train.pkl
412debug : false
5- decoder_args :
6- cross_attend : true
13+ decoder_args :
714 attn_on_attn : true
815 cross_attend : true
916 ff_glu : true
1017 rel_pos_bias : false
1118 use_scalenorm : false
12- device : cuda
1319dim : 256
1420encoder_depth : 4
1521eos_token : 2
22+ epochs : 10
1623heads : 8
17- backbone_layers :
18- - 2
19- - 3
20- - 7
21- max_dimensions :
22- - 672
23- - 192
24- min_dimensions :
25- - 96
26- - 32
24+ id : null
25+ load_chkpt : null
26+ lr : 0.001
2727max_height : 192
28+ max_lr : 0.005
2829max_seq_len : 512
2930max_width : 672
31+ min_height : 32
32+ min_width : 96
33+ model_path : checkpoints
34+ name : pix2tex
3035num_layers : 4
3136num_tokens : 8000
37+ optimizer : Adam
38+ output_path : outputs
3239pad : false
3340pad_token : 0
3441patch_size : 16
42+ sample_freq : 3000
43+ save_freq : 5
44+ scheduler : OneCycleLR
45+ seed : 42
3546temperature : 0.2
47+ test_samples : 5
48+ testbatchsize : 20
3649tokenizer : dataset/tokenizer.json
50+ valbatches : 100
51+ valdata : dataset/data/val.pkl
You can’t perform that action at this time.
0 commit comments