feng2022 commited on
Commit
c82ac8e
1 Parent(s): c3955ca

Update Time_TravelRephotography/op/upfirdn2d.py

Browse files
Time_TravelRephotography/op/upfirdn2d.py CHANGED
@@ -140,7 +140,6 @@ class UpFirDn2d(Function):
140
 
141
  return grad_input, None, None, None, None
142
 
143
- @misc.profiled_function
144
  def _upfirdn2d_ref(x, f, up=1, down=1, padding=0, flip_filter=False, gain=1):
145
  """Slow reference implementation of `upfirdn2d()` using standard PyTorch ops.
146
  """
 
140
 
141
  return grad_input, None, None, None, None
142
 
 
143
  def _upfirdn2d_ref(x, f, up=1, down=1, padding=0, flip_filter=False, gain=1):
144
  """Slow reference implementation of `upfirdn2d()` using standard PyTorch ops.
145
  """