Skip to content

Commit c4e1e5e

Browse files
Add files via upload
1 parent df4e427 commit c4e1e5e

17 files changed

+1378
-0
lines changed

pixel2style2pixel/models/__init__.py

Whitespace-only changes.
152 Bytes
Binary file not shown.
3.77 KB
Binary file not shown.

pixel2style2pixel/models/stylegan2/__init__.py

Whitespace-only changes.
162 Bytes
Binary file not shown.
16.6 KB
Binary file not shown.

pixel2style2pixel/models/stylegan2/model.py

Lines changed: 692 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .fused_act import FusedLeakyReLU, fused_leaky_relu
2+
from .upfirdn2d import upfirdn2d
239 Bytes
Binary file not shown.
2.75 KB
Binary file not shown.

0 commit comments

Comments
 (0)