This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
mengxi
/
mmdetection
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
mmdetection
/
mmdet
/
models
/
language_models
/
__init__.py
__init__.py
101 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
# Copyright (c) OpenMMLab. All rights reserved.
from .bert import BertModel
__all__ = ['BertModel']