Spaces:
Runtime error
Runtime error
Update Time_TravelRephotography/model.py
Browse files
Time_TravelRephotography/model.py
CHANGED
|
@@ -8,8 +8,6 @@ import torch
|
|
| 8 |
from torch import nn
|
| 9 |
from torch.nn import functional as F
|
| 10 |
from torch.autograd import Function
|
| 11 |
-
|
| 12 |
-
from op.upfirdn2d import
|
| 13 |
from torch_utils.ops.bias_act import bias_act,bias_act_relu
|
| 14 |
from torch_utils.ops.upfirdn2d import upfirdn2d
|
| 15 |
|
|
|
|
| 8 |
from torch import nn
|
| 9 |
from torch.nn import functional as F
|
| 10 |
from torch.autograd import Function
|
|
|
|
|
|
|
| 11 |
from torch_utils.ops.bias_act import bias_act,bias_act_relu
|
| 12 |
from torch_utils.ops.upfirdn2d import upfirdn2d
|
| 13 |
|