['aten::embedding', 'aten::max_pool1d'] not supported pytorch relay frontend

Hi,

When i am trying to use pytorch frontend, it is giving this error

NotImplementedError: The following operators are not implemented: [‘aten::embedding’, ‘aten::max_pool1d’]

Can i know when these operators will be supported?

Thanks Meghana

See https://github.com/apache/incubator-tvm/issues/5133

Unless someone is willing to implement the missing conversion, it won’t be supported. Contributions are welcome.