feng2022 commited on
Commit
d3ed5fc
1 Parent(s): 3f34e8d

Update Time_TravelRephotography/op/fused_act.py

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