This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
mengxi
/
mmdetection
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
master
mmdetection
/
mmdet
/
models
/
language_models
/
__init__.py
__init__.py
101 B
Permalink
Histórico
Raw
1
2
3
4
# Copyright (c) OpenMMLab. All rights reserved.
from .bert import BertModel
__all__ = ['BertModel']