Transforms in c++

Hi,

I trained a model using transforms 1) Resize (128,64), 2) To Tensor 3) Normalizing using ImageNet stats.

I would like to now port the model to C++. Hence I need to use transforms in C++. Could someone please help me with this?

@krshrimali released some blog posts about the PyTorch C++ API and this one could be a good starter.

1 Like