Closed satyajitghana closed 3 years ago
It throws me the same error, Is it not related to the model itself rather than the plugin? or it definitely is related to torch/plugin dependencies?.
It throws me the same error, Is it not related to the model itself rather than the plugin? or it definitely is related to torch/plugin dependencies?.
yes, its not the model, its the pytorch android/ios plugin version being used. i think its best to write android native code and hook it up with flutter, i was successful in doing so here: https://github.com/satyajitghana/pytorch_flutter/tree/b53df77bd9ba55b119b7649825089466365db202 it supports pytorch 1.6.0
There is a new version of pytorch_mobile which supports pytorch version 1.6.0!
Is the package updated to use the latest pytorch mobile ?