first commit
This commit is contained in:
17
rtdetrv2_pytorch/src/nn/__init__.py
Normal file
17
rtdetrv2_pytorch/src/nn/__init__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
"""Copyright(c) 2023 lyuwenyu. All Rights Reserved.
|
||||
"""
|
||||
|
||||
|
||||
from .arch import *
|
||||
from .criterion import *
|
||||
from .postprocessor import *
|
||||
|
||||
#
|
||||
from .backbone import *
|
||||
|
||||
|
||||
from .backbone import (
|
||||
get_activation,
|
||||
FrozenBatchNorm2d,
|
||||
freeze_batch_norm2d,
|
||||
)
|
||||
Reference in New Issue
Block a user