From relative to absolute imports
Browse files- configuration_bert2d.py +1 -4
configuration_bert2d.py
CHANGED
|
@@ -18,10 +18,7 @@
|
|
| 18 |
from collections import OrderedDict
|
| 19 |
from typing import Mapping
|
| 20 |
|
| 21 |
-
from
|
| 22 |
-
from ...onnx import OnnxConfig
|
| 23 |
-
from ...utils import logging
|
| 24 |
-
|
| 25 |
|
| 26 |
logger = logging.get_logger(__name__)
|
| 27 |
|
|
|
|
| 18 |
from collections import OrderedDict
|
| 19 |
from typing import Mapping
|
| 20 |
|
| 21 |
+
from transformers import PretrainedConfig, OnnxConfig, logging
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
logger = logging.get_logger(__name__)
|
| 24 |
|