"resource gather" operation is not supported by tensorflow-metal

I know there are some operations that tensorflow-metal does not support yet. but i want to fit/execute model that I constructed for kg in gpu setting. So please make it possible to execute resource gather operation in gpu setting.

Replies

Hi @sorakim!

Can you share a small script to reproduce the missing op error or alternatively post the error you see with your model? I do see that we have ResourceGather op registered in the tensorflow-metal plugin but it is possible that we are missing support for the particular data type your model requires. This missing data type should be visible in the error message you encountered. Thanks!