I am trying to use run ML code on GPU developed using the node package tfjs-node-gpu . When I try doing so the program is running but I am unable to see any process being added to the GPU. I suspect that my program is not using GPU for this reason. I have just installed the package and used in the code referring it. Is this the right way do I need to do anything more to make my TF node.js code run on GPU.
I am seeing tthe below error before my code starts executing
And the below is the GPU logs when my program is running
TIA