torch.nn.functional.grid_sample is not currently supported in sentis as it is in opset 16. Does anyone have some ideas about a temporary solution for it?
Current work around it to implement your own custom layer and implementation of that operator.
You can check the Sample/Custom Operator
1 Like
This has been supported since Sentis 2.2
1 Like