Hi, if I want to do a video dataset in torchvision, where and what should I know?
@PyTorch4 жыл бұрын
Hi Jonathan, we recommend checking out the Torchvision docs listed on the PyTorch website: bit.ly/378PxMS We also invite you to join the PyTorch Forums for future questions: bit.ly/3lKvuZ7"
@nikhilsrinivas7092 жыл бұрын
There is a documentation portion on your website for torchvision.ops.MLP,but this module does not exist on pytorch,I even tried checking in torchvision.ops.misc.Could you let me know how i could access this module through pytorch? AttributeError: module 'torchvision.ops' has no attribute 'MLP',this is the error that pops up