We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce88c26 commit c5a5492Copy full SHA for c5a5492
CHANGELOG.md
@@ -21,3 +21,7 @@
21
## 0.2.0
22
23
* Null safety, bugfixes and PyTorch version update
24
+
25
+## 0.2.1
26
27
+* Custom mean and std
example/pubspec.lock
@@ -225,7 +225,7 @@ packages:
225
path: ".."
226
relative: true
227
source: path
228
- version: "0.2.0"
+ version: "0.2.1"
229
sky_engine:
230
dependency: transitive
231
description: flutter
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: pytorch_mobile
2
description: A flutter plugin for pytorch model inference. Supports image models as well as custom models.
3
-version: 0.2.0
+version: 0.2.1
4
homepage: https://github.com/fynnmaarten/flutter_pytorch_mobile
5
6
environment:
0 commit comments