chrisxx commited on
Commit
c67e0c7
·
verified ·
1 Parent(s): a9440e0

Update src/models/dit_dforce.py

Browse files
Files changed (1) hide show
  1. 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):