yigitbekir commited on
Commit
bb7e45a
·
verified ·
1 Parent(s): 2598e3d

From relative to absolute imports

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