Update modeling_quiet.py
Browse files- modeling_quiet.py +1 -1
modeling_quiet.py
CHANGED
|
@@ -23,7 +23,7 @@ import math
|
|
| 23 |
import pdb
|
| 24 |
import warnings
|
| 25 |
from collections import defaultdict
|
| 26 |
-
from typing import List, Optional, Tuple, Union
|
| 27 |
|
| 28 |
import torch
|
| 29 |
import torch.nn.functional as F
|
|
|
|
| 23 |
import pdb
|
| 24 |
import warnings
|
| 25 |
from collections import defaultdict
|
| 26 |
+
from typing import List, Optional, Tuple, Union, Iterable, Callable
|
| 27 |
|
| 28 |
import torch
|
| 29 |
import torch.nn.functional as F
|