'_OpNamespace' 'video_reader' object has no attribute 'probe_video_from_memory'
when i run meta = io._probe_video_from_memory(video_tensor) in util.decoder.decode and look into the function in torchvision
i found torch.ops.video_reader.probe_video_from_memory(video_data) in function defined in torchvision and it is not reachable
the when i run it i got the error '_OpNamespace' 'video_reader' object has no attribute 'probe_video_from_memory'
'_OpNamespace' 'video_reader' object has no attribute 'probe_video_from_memory'
when i run
meta = io._probe_video_from_memory(video_tensor)in util.decoder.decode and look into the function in torchvisioni found
torch.ops.video_reader.probe_video_from_memory(video_data)in function defined in torchvision and it is not reachablethe when i run it i got the error '_OpNamespace' 'video_reader' object has no attribute 'probe_video_from_memory'