jadechoghari
commited on
Update diffloss.py
Browse files- diffloss.py +1 -1
diffloss.py
CHANGED
@@ -3,7 +3,7 @@ import torch.nn as nn
|
|
3 |
from torch.utils.checkpoint import checkpoint
|
4 |
import math
|
5 |
|
6 |
-
from diffusion import create_diffusion
|
7 |
|
8 |
|
9 |
class DiffLoss(nn.Module):
|
|
|
3 |
from torch.utils.checkpoint import checkpoint
|
4 |
import math
|
5 |
|
6 |
+
from .diffusion import create_diffusion
|
7 |
|
8 |
|
9 |
class DiffLoss(nn.Module):
|