We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03b0ad8 + ae32356 commit 7a22cfdCopy full SHA for 7a22cfd
stylegan2_pytorch/stylegan2_pytorch.py
@@ -40,7 +40,7 @@
40
41
# constants
42
43
-EXTS = ['jpg', 'png']
+EXTS = ['jpg', 'jpeg', 'png']
44
EPS = 1e-8
45
46
# helper classes
0 commit comments