-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyTorch 신규 버전 반영을 위한 할 일 목록: v2.3.1 #54
Labels
release
Apply new release
Comments
@ index.rst .. Edge
.. customcarditem::
:header: Exporting to ExecuTorch Tutorial
:card_description: Learn about how to use ExecuTorch, a unified ML stack for lowering PyTorch models to edge devices.
:image: _static/img/ExecuTorch-Logo-cropped.svg
:link: https://pytorch.org/executorch/stable/tutorials/export-to-executorch-tutorial.html
:tags: Edge
.. customcarditem::
:header: Running an ExecuTorch Model in C++ Tutorial
:card_description: Learn how to load and execute an ExecuTorch model in C++
:image: _static/img/ExecuTorch-Logo-cropped.svg
:link: https://pytorch.org/executorch/stable/running-a-model-cpp-tutorial.html
:tags: Edge
.. customcarditem::
:header: Using the ExecuTorch SDK to Profile a Model
:card_description: Explore how to use the ExecuTorch SDK to profile, debug, and visualize ExecuTorch models
:image: _static/img/ExecuTorch-Logo-cropped.svg
:link: https://pytorch.org/executorch/stable/tutorials/sdk-integration-tutorial.html
:tags: Edge
.. customcarditem::
:header: Building an ExecuTorch iOS Demo App
:card_description: Explore how to set up the ExecuTorch iOS Demo App, which uses the MobileNet v3 model to process live camera images leveraging three different backends: XNNPACK, Core ML, and Metal Performance Shaders (MPS).
:image: _static/img/ExecuTorch-Logo-cropped.svg
:link: https://pytorch.org/executorch/stable/demo-apps-ios.html
:tags: Edge
.. customcarditem::
:header: Building an ExecuTorch Android Demo App
:card_description: Learn how to set up the ExecuTorch Android Demo App for image segmentation tasks using the DeepLab v3 model and XNNPACK FP32 backend.
:image: _static/img/ExecuTorch-Logo-cropped.svg
:link: https://pytorch.org/executorch/stable/demo-apps-android.html
:tags: Edge
.. customcarditem::
:header: Lowering a Model as a Delegate
:card_description: Learn to accelerate your program using ExecuTorch by applying delegates through three methods: lowering the whole module, composing it with another module, and partitioning parts of a module.
:image: _static/img/ExecuTorch-Logo-cropped.svg
:link: https://pytorch.org/executorch/stable/examples-end-to-end-to-lower-model-to-delegate.html
:tags: Edge
|
9bow
added a commit
to PyTorchKorea/tutorials-kr
that referenced
this issue
Jun 9, 2024
9bow
added a commit
that referenced
this issue
Jun 15, 2024
|
yskelg
added a commit
to yskelg/pytorch.kr
that referenced
this issue
Aug 29, 2024
yskelg
added a commit
to yskelg/pytorch.kr
that referenced
this issue
Aug 29, 2024
4 tasks
9bow
added a commit
that referenced
this issue
Sep 2, 2024
Co-authored-by: Junghwan Park <[email protected]>
gogori6565
added a commit
to rhkr8521/tutorials-kr
that referenced
this issue
Sep 4, 2024
Co-authored-by: Taegeun Kwack <[email protected]>
rhkr8521
added a commit
to rhkr8521/tutorials-kr
that referenced
this issue
Sep 9, 2024
Co-authored-by: Juhyeon Lee <[email protected]>
gogori6565
added a commit
to rhkr8521/tutorials-kr
that referenced
this issue
Sep 9, 2024
Co-authored-by: Taegeun Kwack <[email protected]>
rhkr8521
added a commit
to rhkr8521/tutorials-kr
that referenced
this issue
Sep 9, 2024
Co-authored-by: Juhyeon Lee <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PyTorch v2.3.1 릴리즈를 반영합니다.
신규 버전 반영을 위해 할 일 목록
홈페이지 반영
튜토리얼 반영
[기존버전명]-lastest
형식[신규버전명]-base
형식The text was updated successfully, but these errors were encountered: