Tag: tensorflow
When starting with TensorFlow library bindings for NodeJS, for instance by
installing:
npm i @tensorflow/tfjs-node
And then importing it inside a node module:
import * as tf from "@tensorflow/tfjs-node"
The following error can be seen:
This TensorFlow binary is optimi…