Vincentqyw
fix: roma
c74a070
raw
history blame
No virus
168 Bytes
import os
from .models import roma_outdoor, roma_indoor
DEBUG_MODE = False
RANK = int(os.environ.get("RANK", default=0))
GLOBAL_STEP = 0
STEP_SIZE = 1
LOCAL_RANK = -1