Reza Mortazavi
Reza Mortazavi
make sure you have loaded and saved the correct model. For image segmentation, I used the following code: `model = torchvision.models.segmentation.deeplabv3_resnet50(pretrained=True, progress=True)`
Replace the generated file `deeplabv3_scripted_optimized.ptl` with `deeplabv3_scripted.ptl` and use it in your application, i.e., Line 110 of `MainActivity.java` has to be: `mModule = LiteModuleLoader.load(MainActivity.assetFilePath(getApplicationContext(), "deeplabv3_scripted.ptl"));`
Hi I had to change the codes for the univariate case. However, I was convinced to use the special case of multivariateDataGenerator for N=1. For instance, get_value function is undefined...