Skip to content

Releases: winfordguo/flutter_pytorch_lite

v0.1.0+2

15 May 09:07
Compare
Choose a tag to compare
  • clean and add topics.

v0.1.0+1

23 Aug 06:54
Compare
Choose a tag to compare
  • Fix readme.
  • Improve.

v0.1.0

23 Aug 06:33
Compare
Choose a tag to compare
  • Supports loading multiple modules.
  • The IVlaue type is supported.
  • Upgrading PyTorch Mobile version
    • Android:
      • org.pytorch:pytorch_android_lite:1.10.0
      • org.pytorch:pytorch_android_torchvision_lite: 1.10.0
      • org.pytorch:pytorch_android_lite:1.13.1
      • org.pytorch:pytorch_android_torchvision_lite:1.13.1
    • iOS:
      • 'LibTorch-Lite', '~> 1.10.0'
      • 'LibTorch-Lite', '~> 1.13.0.1'
  • Add utils for some useful functions. e.g. TensorImageUtils.imageToFloat32Tensor
  • Fix example bug.

v0.0.1+1

15 Jan 03:36
Compare
Choose a tag to compare
  • Fix readme.
  • Add example.
  • Add some comments.

v0.0.1 Initial commit

12 Jan 09:51
Compare
Choose a tag to compare

Initial commit