4 lines
103 B
Python
4 lines
103 B
Python
from util.registry import Registry
|
|
|
|
MODEL = Registry("model")
|
|
NORMALIZATION = Registry("normalization") |