Spaces:
Runtime error
Runtime error
Update Time_TravelRephotography/model.py
Browse files
Time_TravelRephotography/model.py
CHANGED
@@ -10,7 +10,7 @@ from torch.nn import functional as F
|
|
10 |
from torch.autograd import Function
|
11 |
|
12 |
from op import FusedLeakyReLU, fused_leaky_relu#, upfirdn2d
|
13 |
-
from torch_utils.ops.bias_act import
|
14 |
from torch_utils.ops.upfirdn2d import *
|
15 |
|
16 |
|
|
|
10 |
from torch.autograd import Function
|
11 |
|
12 |
from op import FusedLeakyReLU, fused_leaky_relu#, upfirdn2d
|
13 |
+
from torch_utils.ops.bias_act import bias_act
|
14 |
from torch_utils.ops.upfirdn2d import *
|
15 |
|
16 |
|