File size: 1,689 Bytes
16094d0
 
 
 
 
 
 
7b0cd98
 
 
 
2bcc764
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16094d0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "precision": "fp32",
  "files": {
    "text_encoder": "text_encoder.tflite",
    "unet": "unet.tflite",
    "vae_decoder": "vae_decoder.tflite"
  },
  "deployment_profiles": [
    "android-gpu",
    "ios-coreml"
  ],
  "text_encoder_export": {
    "selected": {
      "requested_token_dtype": "int32",
      "exported_input_name": "serving_default_args_0",
      "exported_input_dtype": "INT32",
      "exported_input_shape": [
        1,
        77
      ],
      "token_range": [
        267,
        49407
      ],
      "gpu_delegate_friendly": true
    },
    "attempts": [
      {
        "requested_token_dtype": "int32",
        "exported_input_name": "serving_default_args_0",
        "exported_input_dtype": "INT32",
        "exported_input_shape": [
          1,
          77
        ],
        "token_range": [
          267,
          49407
        ],
        "gpu_delegate_friendly": true
      }
    ]
  },
  "validation": {
    "text_encoder": [
      {
        "index": 0,
        "shape": [
          1,
          77,
          768
        ],
        "mae": 1.6520879171366687e-06,
        "max_abs": 4.38690185546875e-05,
        "allclose": true
      }
    ],
    "unet": [
      {
        "index": 0,
        "shape": [
          2,
          4,
          64,
          64
        ],
        "mae": 5.946274654888839e-07,
        "max_abs": 9.059906005859375e-06,
        "allclose": true
      }
    ],
    "vae_decoder": [
      {
        "index": 0,
        "shape": [
          1,
          3,
          512,
          512
        ],
        "mae": 9.525255677544919e-07,
        "max_abs": 1.2986361980438232e-05,
        "allclose": true
      }
    ]
  }
}