feng2022 commited on
Commit
3583f81
·
1 Parent(s): 12d50ff

Update Time_TravelRephotography/models/encoder4editing/models/stylegan2/op/fused_act.py

Browse files
Time_TravelRephotography/models/encoder4editing/models/stylegan2/op/fused_act.py CHANGED
@@ -83,3 +83,4 @@ class FusedLeakyReLU(nn.Module):
83
 
84
  def fused_leaky_relu(input, bias, negative_slope=0.2, scale=2 ** 0.5):
85
  return FusedLeakyReLUFunction.apply(input, bias, negative_slope, scale)
 
 
83
 
84
  def fused_leaky_relu(input, bias, negative_slope=0.2, scale=2 ** 0.5):
85
  return FusedLeakyReLUFunction.apply(input, bias, negative_slope, scale)
86
+