Spaces:
Running
Running
File size: 169 Bytes
c608946 |
1 2 3 4 5 6 7 8 |
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 |