Update src/models/dit_dforce.py
Browse files- src/models/dit_dforce.py +0 -1
src/models/dit_dforce.py
CHANGED
|
@@ -10,7 +10,6 @@ from jaxtyping import Float, Bool, Int
|
|
| 10 |
from torch import Tensor
|
| 11 |
from typing import Optional, Literal
|
| 12 |
|
| 13 |
-
import matplotlib.pyplot as plt
|
| 14 |
import math
|
| 15 |
|
| 16 |
def modulate(x, shift, scale):
|
|
|
|
| 10 |
from torch import Tensor
|
| 11 |
from typing import Optional, Literal
|
| 12 |
|
|
|
|
| 13 |
import math
|
| 14 |
|
| 15 |
def modulate(x, shift, scale):
|