Skip to content

Commit 7a22cfd

Browse files
authored
Merge pull request #92 from dmd/patch-1
Update stylegan2_pytorch.py
2 parents 03b0ad8 + ae32356 commit 7a22cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylegan2_pytorch/stylegan2_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
# constants
4242

43-
EXTS = ['jpg', 'png']
43+
EXTS = ['jpg', 'jpeg', 'png']
4444
EPS = 1e-8
4545

4646
# helper classes

0 commit comments

Comments
 (0)