mmselfsup/openselfsup/models/registry.py

9 lines
206 B
Python
Raw Normal View History

2020-06-16 00:05:18 +08:00
from openselfsup.utils import Registry
MODELS = Registry('model')
BACKBONES = Registry('backbone')
NECKS = Registry('neck')
HEADS = Registry('head')
MEMORIES = Registry('memory')
LOSSES = Registry('loss')