This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
mengxi
/
mmdetection
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
mmdetection
/
mmdet
/
models
/
language_models
/
__init__.py
__init__.py
101 B
Permalink
Cronologia
Originale
1
2
3
4
# Copyright (c) OpenMMLab. All rights reserved.
from .bert import BertModel
__all__ = ['BertModel']