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

#211 SG-136: Apply ema only on student (KD)

Merged
Louis Dupont merged 1 commits into Deci-AI:master from deci-ai:feature/SG-136_use_ema_only_on_kd_student
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']
Discard
Tip!

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