LICENSE
README.md
setup.py
irontorch/__init__.py
irontorch.egg-info/PKG-INFO
irontorch.egg-info/SOURCES.txt
irontorch.egg-info/dependency_links.txt
irontorch.egg-info/requires.txt
irontorch.egg-info/top_level.txt
irontorch/distributed/__init__.py
irontorch/distributed/comm.py
irontorch/distributed/config.py
irontorch/distributed/launch.py
irontorch/distributed/schema.py
irontorch/models/__init__.py
irontorch/models/ema.py
irontorch/recorder/__init__.py
irontorch/recorder/logging.py
irontorch/recorder/trackers.py
irontorch/utils/__init__.py
irontorch/utils/clip_grad.py
irontorch/utils/helper.py
irontorch/utils/scaler.py
tests/test_clip_grad.py
tests/test_distributed_functions.py
tests/test_distributed_launch.py
tests/test_distributed_parser.py
tests/test_helper.py
tests/test_integration.py
tests/test_model_ema.py
tests/test_recorder_module.py
tests/test_scaler.py