Skip to content

Commit

Permalink
Merge pull request #215 from TommyZihao/patch-2
Browse files Browse the repository at this point in the history
Update biggan-deep_128x128_cvt_hugging-face_rgb.py
  • Loading branch information
LeoXing1996 authored Jan 11, 2022
2 parents a52cd38 + 823242c commit 401cb5a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
shared_dim=128,
with_shared_embedding=True,
sn_eps=1e-6,
sn_style='torch',
init_type='ortho',
act_cfg=dict(type='ReLU', inplace=True),
concat_noise=True,
Expand All @@ -20,6 +21,7 @@
num_classes=1000,
base_channels=128,
sn_eps=1e-6,
sn_style='torch',
init_type='ortho',
act_cfg=dict(type='ReLU', inplace=True),
with_spectral_norm=True),
Expand Down

0 comments on commit 401cb5a

Please # to comment.