chaquo / chaquopy

Chaquopy: the Python SDK for Android
https://chaquo.com/chaquopy/
MIT License
807 stars 132 forks source link

About the version of torchvision #758

Open naminemu opened 1 year ago

naminemu commented 1 year ago

Hi,

https://chaquo.com/pypi-7.0/torchvision/

Looking at the URL above, the version of torchvision is 0.9.1. Could you please upgrade the version to 0.13? Because I want to use the functions supported from 0.13.

Thank you for your support.

mhsmith commented 1 year ago

Which functions specifically?

Related: #606

naminemu commented 1 year ago

I especially want to use torchvision.models.efficientnet_v2_s(). Along with that, the torch version will probably need to be updated to 1.12.0 or higher.

mhsmith commented 1 year ago

Thanks for the report. We're not planning to update this package in the near future, but if you'd like to try building the new version yourself, follow the instructions here. And if you're successful, please make a pull request so we can add the new version to the public repository.

If anyone else needs a newer version of this package, please click the thumbs up button above, and post a comment explaining why you need it.