Spaces:
Runtime error
Runtime error
Update Time_TravelRephotography/torch_utils/ops/bias_act.py
Browse files
Time_TravelRephotography/torch_utils/ops/bias_act.py
CHANGED
@@ -90,7 +90,6 @@ def bias_act(x, b=None, dim=1, act='linear', alpha=None, gain=None, clamp=None,
|
|
90 |
|
91 |
#----------------------------------------------------------------------------
|
92 |
|
93 |
-
@misc.profiled_function
|
94 |
def _bias_act_ref(x, b=None, dim=1, act='linear', alpha=None, gain=None, clamp=None):
|
95 |
"""Slow reference implementation of `bias_act()` using standard TensorFlow ops.
|
96 |
"""
|
|
|
90 |
|
91 |
#----------------------------------------------------------------------------
|
92 |
|
|
|
93 |
def _bias_act_ref(x, b=None, dim=1, act='linear', alpha=None, gain=None, clamp=None):
|
94 |
"""Slow reference implementation of `bias_act()` using standard TensorFlow ops.
|
95 |
"""
|