PIP installe Pytorchvideo_Trainer

pip install "git+https://github.com/facebookresearch/recipes.git"

git clone https://github.com/facebookresearch/pytorchvideo.git
cd pytorchvideo/pytorchvideo_trainer
pip install -e .

# For developing and testing
pip install -e . [test,dev]

# Reference: https://github.com/facebookresearch/pytorchvideo/tree/main/pytorchvideo_trainer
Doubtful Dragonfly