Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

__init__.py 325 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. """
  2. This module is in charge of environment variables and consts.
  3. """
  4. from super_gradients.common.environment.environment_config import AWS_ENV_NAME, DDP_LOCAL_RANK
  5. from super_gradients.common.environment.env_helpers import init_trainer, is_distributed
  6. __all__ = [AWS_ENV_NAME, DDP_LOCAL_RANK, init_trainer, is_distributed]
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...