The pytorch "grid_sample" operator can be translated to tensorflow "gather_nd", can you please support this conversion? reference: https://github.com/hellochick/PWCNet-tf2/blob/master/flow_utils.py, bilinear_warp function
The pytorch "grid_sample" operator can be translated to tensorflow "gather_nd", can you please support this conversion?
reference: https://github.com/hellochick/PWCNet-tf2/blob/master/flow_utils.py, bilinear_warp function