_/_/_/_/_/ _/ _/
_/ _/_/ _/_/_/ _/_/_/
_/ _/ _/ _/ _/ _/ _/
_/ _/ _/ _/ _/ _/ _/
_/ _/_/ _/_/_/ _/_/_/
codecov PyPI PyPI - Downloads wakatime
Core utilities have no PyTorch dependency:
pip install todd-ai
For the PyTorch extensions and task implementations:
- torch
- torchvision
- torchaudio
pip install --no-build-isolation git+https://github.com/lvis-dataset/lvis-api.git@lvis_challenge_2021 pip install todd-torch todd-tasks
pip install -e 'todd[dev,lint,doc,test]' -e todd_torch -e 'todd_tasks[optional]'
TODO
- Complete repr, especially for runners
- add Any to all missing typing fields
- @pytest.fixture(autouse=True)
- finish docs/source/api_reference/tasks/bpe.py and docs/source/pretrained/stable_diffusion.py
- remove todd.scripts
- update docformatter to v1.8 in pre-commit-config and remove bandit B614 from pyproject.toml