Spaces:
Sleeping
Sleeping
Update encoder.py
Browse files
tracr/transformer/encoder.py
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
"""Basic encoder for inputs with a fixed vocabulary."""
|
16 |
|
17 |
import abc
|
18 |
-
from typing import Any,
|
19 |
|
20 |
from tracr.craft import bases
|
21 |
|
|
|
15 |
"""Basic encoder for inputs with a fixed vocabulary."""
|
16 |
|
17 |
import abc
|
18 |
+
from typing import Any, List, Optional, Sequence
|
19 |
|
20 |
from tracr.craft import bases
|
21 |
|