Spaces:
Runtime error
Runtime error
LanguageBind
commited on
Commit
•
8c7df1c
1
Parent(s):
b7184ed
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
|