From 81b68cc2597235a8db18c145a0cc24a01211b2c4 Mon Sep 17 00:00:00 2001 From: SJ <76181208+imaginary-person@users.noreply.github.com> Date: Tue, 9 Mar 2021 13:36:46 -0600 Subject: [PATCH] Fixed typo - replace 'customer' with 'custom' Small typo "or your own custom operators and model" instead of "or your own customer operators and model" --- _posts/2021-3-4-pytorch-1.8-new-library-releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2021-3-4-pytorch-1.8-new-library-releases.md b/_posts/2021-3-4-pytorch-1.8-new-library-releases.md index 0023ce5cb7da..c0f18f2ac863 100644 --- a/_posts/2021-3-4-pytorch-1.8-new-library-releases.md +++ b/_posts/2021-3-4-pytorch-1.8-new-library-releases.md @@ -17,7 +17,7 @@ Please note that, starting in PyTorch 1.6, features are classified as Stable, Be # TorchVision 0.9.0 ### [Stable] TorchVision Mobile: Operators, Android Binaries, and Tutorial -We are excited to announce the first on-device support and binaries for a PyTorch domain library. We have seen significant appetite in both research and industry for on-device vision support to allow low latency, privacy friendly, and resource efficient mobile vision experiences. You can follow this [new tutorial](https://github.com/pytorch/android-demo-app/tree/master/D2Go) to build your own Android object detection app using TorchVision operators, D2Go, or your own customer operators and model. +We are excited to announce the first on-device support and binaries for a PyTorch domain library. We have seen significant appetite in both research and industry for on-device vision support to allow low latency, privacy friendly, and resource efficient mobile vision experiences. You can follow this [new tutorial](https://github.com/pytorch/android-demo-app/tree/master/D2Go) to build your own Android object detection app using TorchVision operators, D2Go, or your own custom operators and model.