Michael Schmidt
Michael Schmidt
Getting the same error. torch==1.3.0 torchvision==0.4.1 data is just in `torch.float` ``` x_train = x_train.to(device=device, dtype=torch.float) y_train = y_train.to(device=device, dtype=torch.float) x_test = x_test.to(device=device, dtype=torch.float) y_test = y_test.to(device=device, dtype=torch.float) ``` model...
Again 1.3.0 for both pytorch_android, pytorch ``` 2019-11-08 14:05:49.886 9870-9870/com.dummy.app W/com.dummy.app: Got a deoptimization request on un-deoptimizable method com.facebook.jni.HybridData org.pytorch.Module$NativePeer.initHybrid(java.lang.String) 2019-11-08 14:05:51.531 9870-9870/com.dummy.app D/AndroidRuntime: Shutting down VM 2019-11-08 14:05:51.542 9870-9870/com.dummy.app...
Using: ``` #include // One-stop header. #include #include int main(int argc, const char* argv[]) { if (argc != 2) { std::cerr
I will try it later. On Wed, Nov 27, 2019, 6:52 PM Ivan Kobzarev wrote: > Hello @MichaelSchmidt82 > Sorry for my late reply. > > I checked your model...