This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
0.2.2
chrisklaiber
released this
15 Sep 23:10
·
22 commits
to 0.2-stable
since this release
0.2.2 contains the following improvements and removes some deprecated features.
💫 The 0.2.0 series introduced new JavaScript interfaces to PyTorch APIs for flexible data processing and inference that replace MobileModel.execute
and Live Spec JSON. See the core package's README for example usage.
react-native-pytorch-core
- Remove “Live Spec” APIs. Instead, use the JavaScript interfaces to PyTorch APIs introduced with 0.2.0 (#111)
- Force same orientation on ImageUtil.fromFile (#124)
- Extend Tensor.topk() function parameters to match PyTorch API
- Fix a bug with Tensor indexing APIs (#118)
react-native-template-pytorch-live
- Remove related “slim template” package
react-native-template-ptl
. Instead, get started with the standard React Native CLI, Expo, or Expo EAS
torchlive-cli
- torchlive-cli was deprecated in 0.2.1 and has been removed in this release. Instead, follow the instructions in the Manual Environment Setup guide (#121)
Thank you to our contributors @cjfghk5697, @liuyinglao, @raedle, @reedless, and Zeinab Sadeghipour Kermani
Full Changelog: v0.2.1...v0.2.2