jatinchowdhury18 / RTNeural

Real-time neural network inferencing
BSD 3-Clause "New" or "Revised" License
582 stars 58 forks source link

could suport the gpu? #63

Open xinsuinizhuan opened 2 years ago

jatinchowdhury18 commented 2 years ago

At the moment RTNeural is not intended to be used for running inference on a GPU. For more information please see Section 2.1 of the reference paper.

I believe that some other C++ libraries may be used for running inference on a GPU, such as libtorch.