Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
tomofi
/
MMOCR
like
15
Runtime error
App
Files
Files
Community
2
2bc6cf6
MMOCR
/
mmocr
/
models
/
common
/
layers
/
__init__.py
tomofi
Add application file
2366e36
over 2 years ago
raw
Copy download link
history
blame
Safe
159 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.transformer_layers
import
TFDecoderLayer, TFEncoderLayer
__all__ = [
'TFEncoderLayer'
,
'TFDecoderLayer'
]