UTMOSv2 / utmosv2 /runner /__init__.py
kAIto47802
Resolved conflict in README.md
b55d767
raw
history blame contribute delete
138 Bytes
from utmosv2.runner._inference import run_inference
from utmosv2.runner._train import run_train
__all__ = ["run_train", "run_inference"]