Spaces:
Runtime error
Runtime error
Update opensora/models/ae/videobase/losses/lpips.py
Browse files
opensora/models/ae/videobase/losses/lpips.py
CHANGED
|
@@ -4,7 +4,7 @@ import torch
|
|
| 4 |
import torch.nn as nn
|
| 5 |
from torchvision import models
|
| 6 |
from collections import namedtuple
|
| 7 |
-
from .....utils.taming_download import get_ckpt_path
|
| 8 |
|
| 9 |
class LPIPS(nn.Module):
|
| 10 |
# Learned perceptual metric
|
|
|
|
| 4 |
import torch.nn as nn
|
| 5 |
from torchvision import models
|
| 6 |
from collections import namedtuple
|
| 7 |
+
# from .....utils.taming_download import get_ckpt_path
|
| 8 |
|
| 9 |
class LPIPS(nn.Module):
|
| 10 |
# Learned perceptual metric
|