مطوّر البرامج: Yasushi Obata (8)
السعر: $19.99
لتصنيفات: 0 
المراجعات: 0 أكتب مراجعة
قوائم: 0 + 0
النقاط: 0 + 0 ¡
App Store

الوصف

PeterJohnPyTorch
Now You Can Use " PyTorch " on your iPhone even when you are in the train
or when your iPhone is OffLine.

****Why we Need " PyTorch " on the Edge Device such as iPhone??;
When "Torch" is a Lamp, "iPhone" becomes a Lamp Stand.
even When you are in the train or when your iPhone is OffLine.
So doNot put "Torch" on any Basket ( Hidden Place ) but put on your "iPhone".
So that the Light of the Lamp will Shine Before Others.
Scripture( Matthew 5:13;14-16 ) Says,
When the Light is Put on the Hill,
the City on the Hill canNot be Hidden.

****Matthew 5:13;14-16, ESV;
5:13 “You are the salt of the earth, but if salt has lost its taste,
how shall its saltiness be restored?
5:14 “You are the light of the world. A city set on a hill canNot be hidden.
5:15 Nor do people light a lamp and put it under a basket, but on a stand,
and it gives light to all in the house.
5:16 In the same way, let your light shine before others,
so that they may see your good works
and give glory to your Father who is in heaven.

****TutorialSeason007;
We Prepared some of Examples
to tell you what you Can do Using PeterJohnPyTorch.
s001QuestAnswerLibTorch.py;
This isNot PyTorch but just LibTorch.
QuestionAnswering Demo with LibTorch.
You canNot Customize almost Anything
'cause LibTorch is Called Via Swift
and 'cause Swift Needs to be Compiled
with XCode on MacOS.
This example Loads any Model from "qa360_quantized.ptl" file,
which includes "TorchScript".

s002ProvisionPyTorchTensor.py;
This Shows PeterJohnPyTorch Can Use Tensor.
s003ProvisionPyTorchAutoGradFoundation.py;
This Shows PeterJohnPyTorch Can Use AutoGrad.
s004ProvisionPyTorchAutoGrad.py;
This Shows PeterJohnPyTorch Can Use AutoGrad.
s005ProvisionPyTorchNN.py;
This Shows PeterJohnPyTorch Can Use torch.nn (NeuralNetwork).
s006ProvisionPyTorchNNoptimizer.py;
This Shows PeterJohnPyTorch Can Use torch.nn (NeuralNetwork)
and Optimizer.
This Uses SGD (Stochastic Gradient Descent ) as the Optimizer.
s007QuestAnswerPyTorch.py;
Now you Can See Not libTorch demo But PyTorch demo
about QuestionAnswering.
You can Customize, for example, Tokenizer
in "pjQuestionAnswering.py"
Using PyTorch on iPhone.
This example Loads any Model from "qa360_quantized.ptl" file,
which includes "TorchScript".

s008QuestAnswerTransformers.py;
QuestionAnswering Demo with PyTorch and Transformers.
After you touched "Run Script",
This example begins to Download "model.safetensors"(265.5MBytes),
We Recommend that you make a copy of "model.safetensors",
outside of this App "PeterJohnPyTorch",
using Apple's "Files.app".
So that, Even if you uninstalled this App,
After you installed this App "PeterJohnPyTorch" Again,
you can put back "model.safetensors" file to "/images" directory
of this App "PeterJohnPyTorch".
This example Loads any Model from "model.safetensors" file,
which is the Standard format of "HuggingFace".

****Some of Restrictions that We know Currently;
1) CanNot Trace any Model files using torch.jit.trace() Function;
Since Now "PeterJohnPyTorch" canNot Create any Traced Model,
Also it canNot Create either ".ptl"("PyTorch Lite" format) file
Nor ".pt"("PyTorch" format) file right now.
2) CanNot Script any Model files using torch.jit.script() Function;
Since Now "PeterJohnPyTorch" canNot Create any Scripted Model,
Also it canNot Create either ".ptl"("PyTorch Lite" format) file
Nor ".pt"("PyTorch" format) file right now.
Now you Need to
save any Model as "model.safetensors",
and use the Model via PyTorch or via Transformers,
Means Write the Logic via PyTorch or via Transformers.
3) Not Implement "MPS" (Metal Performance Shader) backends Yet;
So Now you Need to Specify "CPU" as Device.
The "CPU" backends is just the First Step Before the "GPU" backends.

****
Enjoy PeterJohnPyTorch even when you are in the train
or your iPhone is OffLIne.
--Yasushi Yassun Obata
مزيد ↓

لقطات

#1. PeterJohnPyTorch (iOS) بواسطة: Yasushi Obata
#2. PeterJohnPyTorch (iOS) بواسطة: Yasushi Obata
#3. PeterJohnPyTorch (iOS) بواسطة: Yasushi Obata
#4. PeterJohnPyTorch (iOS) بواسطة: Yasushi Obata
#5. PeterJohnPyTorch (iOS) بواسطة: Yasushi Obata
#6. PeterJohnPyTorch (iOS) بواسطة: Yasushi Obata
#7. PeterJohnPyTorch (iOS) بواسطة: Yasushi Obata
#8. PeterJohnPyTorch (iOS) بواسطة: Yasushi Obata
#9. PeterJohnPyTorch (iOS) بواسطة: Yasushi Obata
#10. PeterJohnPyTorch (iOS) بواسطة: Yasushi Obata

الميزات الجديدة

  • الإصدار: 2025.1006.2319
  • تم التحديث:
  • "s002PyTorchMpsDeepColorization" Version;

    PeterJohnPyTorch Can Use MPS, MetalPerformanceShader, backend.
    This doesNot Use OpenCV Nor SKimage but Uses Only PyTorch.

    Enjoy DeepLearning.
    --Yasushi Yassun Obata

    "tk.stopTkTimer()" BugFix and Adjusted "s04timerTest.py" Version;

    in "TutorialSeason001/s04timerTest.py",
    we Found a Bug that "tk.stopTkTimer()" function didNot make the stop of Timer.
    We Fixed the Bug and Adjusted "s04timerTest.py" a Little
    so that User Can Understand Easily How to Use
    both "tk.startTimerAfterFunction()" and "tk.stopTkTimer()" functions.

    And in some of "TutorialSeason001" examples,
    we Added "tk.stopTkTimer()"
    So that each example Can Avoid influence from the other example
    which Uses Timer in the Same Projects.

    And One More Thing,
    at this timing,
    we added Six Functions Below to "tkInter" module.
    It will help you to create some of Apps which use different Font Size or different Font Color,
    especially to create some of Games.
    **Added Function;;
    tk.setLabelFontSize(labelNodeName, fontSize)
    tk.setLabelFontColor(labelNodeName, r, g, b, a)
    tk.setMainLabelFontSize(fontSize)
    tk.setMainLabelFontColor(r, g, b, a)
    tk.setTitleLabelFontSize(fontSize)
    tk.setTitleLabelFontColor(r, g, b, a)

    BestRegards,
    --Yasushi Yassun Obata

السعر

  • اليوم: $19.99
  • الحد الأدنى: $19.99
  • الحد الأقصى: $19.99
تتبّع الأسعار

مطوّر البرامج

النقاط

0 ☹️

لتصنيفات

0 ☹️

قوائم

0 ☹️

المراجعات

كن الأول لمراجعة هذا المنتج 🌟

معلومات إضافية

PeterJohnPyTorchPeterJohnPyTorch عنوان URL مختصر: تم النسخ!
  • مشاركة 👍
  • App Store

قد يعجبك ايضا

    • Python Editor - .py Editor
    • iOS تطبيقات: الأدوات  بواسطة: Julian Lau
    • مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 2 (5.0)  الإصدار: 1.2.0   Python Editor is a simple and powerful app for creating, editing, and saving Python files on your device. With its user-friendly interface and essential features such as syntax ...
        ⥯ 
    • BLE Spy
    • iOS تطبيقات: الأدوات  بواسطة: Peter Gasche
    • $4.99  
    • قوائم: 1 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 4 (4.8)  الإصدار: 1.2.5   A professional utility to examine and control Bluetooth Low Energy devices. Apart from standard features BLE Spy has some unique capabilities in particular for developers. Standard ...
        ⥯ 
    • SimpleGPSApp Lesson 01
    • iOS تطبيقات: الأدوات  بواسطة: John Avatar
    • مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 2 + 0  الإصدار: 3   GREAT FUN - GPS 3D MapKit & Speedometer iOS Project - showing RAW GPS Speed of MTS (Meters per Second) & hundredths MPH & KMPH! On the way to Full Level 5 Self Driving for a new EV we ...
        ⥯ 
    • Juno – Python and Jupyter
    • iOS تطبيقات: الأدوات  بواسطة: Rational Matter
    • مجاني  
    • قوائم: 4 + 4  لتصنيفات: 0  المراجعات: 0
    • النقاط: 6 + 896 (4.6)  الإصدار: 3.7.0   Zero-setup Python environment and developer toolbox in a first-class citizen app for iPad and iPhone. Juno is designed to cover all your Python coding needs, and will work seamlessly ...
        ⥯ 
    • PeterJohn ThreeDim
    • iOS تطبيقات: الأدوات  بواسطة: Yasushi Obata
    • $5.99  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 0  الإصدار: 2025.1001.0810   What is this;; PeterJohn is a Python3 PlayGrounds runs on iPhone. This enables you to code, run and learn Python3 even on the train, on the bus, even Offline. Why we named ...
        ⥯ 
    • html+css+js-web designer,html5
    • iOS تطبيقات: الأدوات  بواسطة: 小文 黄
    • مجاني  
    • قوائم: 0 + 1  لتصنيفات: 0  المراجعات: 0
    • النقاط: 1 + 745 (4.6)  الإصدار: 3.1   This is a learning tool for efficient HTML, CSS, and JS learning, fast programming, local execution, Git retrieval, iCloud storage, efficient transfer and sharing via LAN HTTP/FTP ...
        ⥯ 
    • RenPyLinter
    • iOS تطبيقات: الأدوات  بواسطة: 武汉小强科技有限责任公司
    • $3.99  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 5 (4.6)  الإصدار: 1.7.0   RenPyLinter, your lightweight solution for Ren'Py stories. App Intro RenPyLinter is a Ren'Py reading tool for mobile device. Lightweight The App is lightweight and can start in a ...
        ⥯ 
    • Python3IDE
    • iOS تطبيقات: الأدوات  بواسطة: 辉 马
    • مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 2 + 8 (3.5)  الإصدار: 1.5   Python3IDE is an offline Python3.7 integrated development environment software with built-in common scientific libraries. It is a powerful helper for you to learn and practice Python. ...
        ⥯ 
    • Alive or Dead: Game of Life
    • iOS تطبيقات: الأدوات  بواسطة: 金珂 杜
    • * مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 3 + 12 (3.8)  الإصدار: 3.4.6   The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. The game is a zero-player game, meaning that its ...
        ⥯ 
    • Device Monitor Z: CPU x RAM OS
    • iOS تطبيقات: الأدوات  بواسطة: Phan Nhut
    • مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 200 (4.6)  الإصدار: 4.3   Discover the power of our app - Device Monitor Z (also known as iDevice Monitor) is an app optimized for iPhone, iPod Touch, and iPad users. It provides a quick and efficient way to ...
        ⥯ 
  • جديد
    • Python Sandbox
    • iOS تطبيقات: الأدوات  بواسطة: Leonid Gefter
    • $4.99  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 0  الإصدار: 2.0.2   Tired of clunky online editors? Python Sandbox is the ultimate, premium coding environment designed for efficiency, speed, and reliability. Whether you're a student, a professional, or
        ⥯ 
    • PSRayTracing
    • iOS تطبيقات: الأدوات  بواسطة: Benjamin Summerton
    • مجاني  
    • قوائم: 0 + 0  لتصنيفات: 0  المراجعات: 0
    • النقاط: 0 + 2 (5.0)  الإصدار: 1.1   This is a GUI frontend for the PSRayTracing implementation of the "Ray Tracing in One Weekend" books by Peter Shirley (and others). Which renders the images in the book faster than the
        ⥯ 

قد يعجبك ايضا

عوامل تشغيل البحث التي يمكن استخدامها مع AppAgg
إضافة إلى AppAgg
AppAgg
ابدأ بإنشاء حساب - انه مجاني.
تسجيل
تسجيل الدخول