fix
Browse files- data/collation.py +0 -2
data/collation.py
CHANGED
@@ -4,8 +4,6 @@ from typing import List, Tuple
|
|
4 |
import numpy as np
|
5 |
import torch
|
6 |
|
7 |
-
from utils import SymbolTable
|
8 |
-
|
9 |
|
10 |
class TextTokenCollater:
|
11 |
"""Collate list of text tokens
|
|
|
4 |
import numpy as np
|
5 |
import torch
|
6 |
|
|
|
|
|
7 |
|
8 |
class TextTokenCollater:
|
9 |
"""Collate list of text tokens
|