Hello,
I am curious if ML net running .Net 6 utilising or supporting any kind of hardware acceleration? May be it is using GPUs OpenCL acceleration?
According to this sample code survey, the reason it can also run efficiently on Android is that this project uses a data prediction model that has already been generated, rather than being trained in the project.
For hardware acceleration, it is generally used in machine learning during the training of data models.
In the project you provide, you are actually part of the Using Model
phase of the data model. Hardware acceleration is not required at this point.
You could refer to Code workflow for more details.
For training data models, it is recommended that you do it on a PC to enable hardware acceleration. The efficiency of using a data model is roughly the same regardless of the platform.
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.