LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
candle/__init__.py
candle/callbacks.py
candle/config.py
candle/metrics.py
candle/trainer.py
candle/datasets/__init__.py
candle/models/__init__.py
candle/models/language/__init__.py
candle/models/multimodal/__init__.py
candle/models/vision/__init__.py
candle/utils/__init__.py
candle/utils/module.py
candle/utils/tracking.py
pytorch_candle.egg-info/PKG-INFO
pytorch_candle.egg-info/SOURCES.txt
pytorch_candle.egg-info/dependency_links.txt
pytorch_candle.egg-info/requires.txt
pytorch_candle.egg-info/top_level.txt
tests/__init__.py
tests/test_callbacks.py
tests/test_metrics.py
tests/test_trainer.py
tests/test_utils.py