_/_/_/_/_/ _/ _/
_/ _/_/ _/_/_/ _/_/_/
_/ _/ _/ _/ _/ _/ _/
_/ _/ _/ _/ _/ _/ _/
_/ _/_/ _/_/_/ _/_/_/
Core utilities have no PyTorch dependency:
pip install todd-aiFor 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-taskspip 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