#772·SlowFast

Regarding Output Errors

Author: s2101121-bitCreated Aug 30, 2025Updated Aug 30, 2025

When you execute

!python tools/run_net.py --cfg demo/AVA/SLOWFAST_32x2_R101_50_50.yaml ,

I get an error saying

/usr/local/lib/python3.12/dist-packages/torchvision/transforms/_functional_video.py:6: UserWarning: The 'torchvision.transforms._functional_video' module is deprecated since 0.12 and will be removed in the future. Please use the 'torchvision.transforms.functional' module instead. warnings.warn( /usr/local/lib/python3.12/dist-packages/torchvision/transforms/_transforms_video.py:22: UserWarning: The 'torchvision.transforms._transforms_video' module is deprecated since 0.12 and will be removed in the future. Please use the 'torchvision.transforms' module instead. warnings.warn( Traceback (most recent call last): File "/content/SlowFast/tools/run_net.py", line 9, in from vision.fair.slowfast.tools.demo_net import demo ModuleNotFoundError: No module named 'vision'.

The development environment is Google Colaboratory. Please proceed.

Source: facebookresearch/SlowFast