[[Frontend][PyTorch] swapaxes and new_zeros are not supported?

Hi guys, I just want to reproduce some vision transformers (MaxVit_t, Swin_t) which are supported in the latest torchvision, but I got these errors:

  • operators not implemented: [‘aten::swapaxes’]
  • operators not implemented: [‘aten::new_zeros’].

Is there any plan to support them in pytorch frontend function, e.z. from_pytorch() ?