"...git@developer.sourcefind.cn:chenpangpang/diffusers.git" did not exist on "e4b8e7928b2c1972b37af67c64ccc67e42578f8c"
Commit 5f2ecb85 authored by LDOUBLEV's avatar LDOUBLEV
Browse files

fix rename

parent b077e3c5
...@@ -16,7 +16,7 @@ __all__ = ['build_neck'] ...@@ -16,7 +16,7 @@ __all__ = ['build_neck']
def build_neck(config): def build_neck(config):
from .db_fpn import DBFPN, CAFPN, FEPAN from .db_fpn import DBFPN, RSEFPN, LKPAN
from .east_fpn import EASTFPN from .east_fpn import EASTFPN
from .sast_fpn import SASTFPN from .sast_fpn import SASTFPN
from .rnn import SequenceEncoder from .rnn import SequenceEncoder
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment