Soy nuevo en Tensorflow JS.
Intenté reemplazar @tensorflow/tfjs con @tensorflow/tfjs-node después de instalar Python para acelerar el proceso de capacitación, pero recibí este mensaje al ejecutar el modelo:
node-pre-gyp info This Node instance does not support builds for Node-API version 7 node-pre-gyp info This Node instance does not support builds for Node-API version 8 node-pre-gyp info This Node instance does not support builds for Node-API version 7 node-pre-gyp info This Node instance does not support builds for Node-API version 8 2022-07-03 21:58:49.916274: I tensorflow/core/platform/cpu_feature_guard.cc:151] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. Orthogonal initializer is being called on a matrix with more than 2000 (4096) elements: Slowness may result.Y luego el entrenamiento comienza a un ritmo lento.
¿Tiene alguna sugerencia para solucionar este problema?