File size: 1,793 Bytes
4e348c2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
  "_class_path": "fontia.genai.model.lightning_module.FontConditionalSVGVAE",
  "_instantiator": "lightning.pytorch.cli.instantiate_module",
  "aggregator_transformer": true,
  "args_dim": 256,
  "checkpoint_path": null,
  "cross_reconstruction_multiplier": 1.5,
  "d_model": 512,
  "decoding_glyphs": [
    "A",
    "B",
    "C",
    "c",
    "D",
    "d",
    "E",
    "F",
    "f",
    "G",
    "h",
    "I",
    "i",
    "J",
    "j",
    "K",
    "k",
    "L",
    "l",
    "M",
    "N",
    "n",
    "O",
    "o",
    "P",
    "p",
    "Q",
    "q",
    "R",
    "S",
    "s",
    "T",
    "t",
    "U",
    "V",
    "v",
    "W",
    "w",
    "X",
    "x",
    "Y",
    "y",
    "Z",
    "z"
  ],
  "dim_feedforward": 1024,
  "dim_z": 512,
  "discrete_arguments": false,
  "dropout": 0.1,
  "encoding_glyphs": [
    "H",
    "a",
    "m",
    "b",
    "u",
    "r",
    "g",
    "e"
  ],
  "eval_frequency": 10,
  "hierarchical": true,
  "learning_rate": 0.0001,
  "loss_alignment_weight": 1.0,
  "loss_args_weight": 10000,
  "loss_aux_weight": 5000,
  "loss_cmd_weight": 1.0,
  "loss_consistency_weight": 5000,
  "loss_continuity_weight": 1.0,
  "loss_visibility_weight": 1.0,
  "max_evaluation_batches": 10,
  "max_num_groups": 4,
  "max_seq_len": 32,
  "max_total_len": 64,
  "n_args": 8,
  "n_commands": 5,
  "n_heads": 16,
  "n_layers": 10,
  "n_layers_decode": 10,
  "normalized_coords": true,
  "num_decode_cross_set": null,
  "num_decode_ref_set": null,
  "num_decoding_glyphs": 44,
  "num_encoding_glyphs": 8,
  "num_groups_proposal": 4,
  "predict_alignment": true,
  "predict_continuity": true,
  "rel_targets": false,
  "train_with_refinement": false,
  "use_aux_points": true,
  "use_point_posenc": false,
  "warmup_steps": 500,
  "weight_decay": 0.0,
  "weights": null
}