Thank you! We'll be in touch ASAP.
Something went wrong, please try again or contact us directly at contact@dagshub.com
Deci-AI:master
deci-ai:feature/sg-000_connect_to_lab
""" This module is in charge of environment variables and consts. """ from super_gradients.common.environment.environment_config import AWS_ENV_NAME, DDP_LOCAL_RANK from super_gradients.common.environment.env_helpers import init_trainer, is_distributed __all__ = ['AWS_ENV_NAME', 'DDP_LOCAL_RANK', 'init_trainer', 'is_distributed']
Press p or to see the previous file or, n or to see the next file