Spaces:
Runtime error
Runtime error
Update Time_TravelRephotography/model.py
Browse files
Time_TravelRephotography/model.py
CHANGED
@@ -10,7 +10,8 @@ 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 import
|
|
|
14 |
|
15 |
|
16 |
class PixelNorm(nn.Module):
|
|
|
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 upfirdn2d import *
|
15 |
|
16 |
|
17 |
class PixelNorm(nn.Module):
|