Yasin40

Results 2 issues of Yasin40

# 🐛** C++ Inferencing using Torchscript Exported Torchvision model Erorr I'm trying to use this approach to make my model (Mobilenetv3 small) using Torchvison models, In train and validation phase...

needs discussion
needs reproduction
module: c++ frontend
torchscript

Hi, I want inference my ```.torchscript.pt``` which is trained by this command and switch: ``` python train.py --img 128 128 --rect ... ``` but, by change resize function in this...