yangwang825 commited on
Commit
d39d4b8
1 Parent(s): 5fa360b

Update configuration_audio_spectrogram_transformer.py

Browse files
configuration_audio_spectrogram_transformer.py CHANGED
@@ -14,8 +14,8 @@
14
  # limitations under the License.
15
  """Audio Spectogram Transformer (AST) model configuration"""
16
 
17
- from ...configuration_utils import PretrainedConfig
18
- from ...utils import logging
19
 
20
 
21
  logger = logging.get_logger(__name__)
 
14
  # limitations under the License.
15
  """Audio Spectogram Transformer (AST) model configuration"""
16
 
17
+ from transformers.configuration_utils import PretrainedConfig
18
+ from transformers.utils import logging
19
 
20
 
21
  logger = logging.get_logger(__name__)