peterkros's picture
Create backbones/__init__.py
f759370 verified
raw
history blame contribute delete
277 Bytes
from .wrapper import *
#------------------------------------------------------------------------------
# Replaceable Backbones
#------------------------------------------------------------------------------
SUPPORTED_BACKBONES = {
'mobilenetv2': MobileNetV2Backbone,
}