Open gboduljak opened 9 months ago
Can we support a selection of resampling algorithm (e.g. bilinear, bicubic, nearest ...) for operations such as image_resize and image_resize_smallest_side?
image_resize
image_resize_smallest_side
This may be necessary to implement some models, such as CLIP (https://github.com/ml-explore/mlx-examples/pull/315).
Can we support a selection of resampling algorithm (e.g. bilinear, bicubic, nearest ...) for operations such as
image_resize
andimage_resize_smallest_side
?This may be necessary to implement some models, such as CLIP (https://github.com/ml-explore/mlx-examples/pull/315).