Birchlabs commited on
Commit
6118322
1 Parent(s): ac45dcf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -26,6 +26,19 @@ for sample in it:
26
  pass
27
  ```
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ## Flickr-Faces-HQ Dataset (FFHQ)
30
 
31
  Flickr-Faces-HQ (FFHQ) is a high-quality image dataset of human faces, originally created as a benchmark for generative adversarial networks (GAN):
 
26
  pass
27
  ```
28
 
29
+ ```
30
+ # avg/val.pt:
31
+ [-2.8982300758361816, -0.9609659910202026, 0.2416578084230423, -0.307400107383728]
32
+ # avg/sq.pt:
33
+ [65.80902099609375, 32.772762298583984, 36.080204010009766, 25.072017669677734]
34
+
35
+ # std
36
+ # (sq - val**2)**.5
37
+ [7.5768914222717285, 5.643518924713135, 6.001816749572754, 4.997751712799072]
38
+ # 1/std
39
+ [0.13198024034500122, 0.17719440162181854, 0.16661621630191803, 0.2000899761915207]
40
+ ```
41
+
42
  ## Flickr-Faces-HQ Dataset (FFHQ)
43
 
44
  Flickr-Faces-HQ (FFHQ) is a high-quality image dataset of human faces, originally created as a benchmark for generative adversarial networks (GAN):