Disable console message to use @tensorflow/tfjs-node #58
-
Hello, I am trying to check face similarity using face-api on google cloud function. I was not a able to install @tensorflow/tfjs-node on my windows machine. I keep getting some error on install. Ended up using:
which is working fine. However I keep getting the console message:
which will increase the logs on cloud functions. Is there an option to suppress this message? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
unfortunately, no. |
Beta Was this translation helpful? Give feedback.
unfortunately, no.
the message comes from within tfjs-core package and there is no way to suppress it. but it would be a good suggestion to create a way to suppress it - i suggest to open an issue there: https://github.com/tensorflow/tfjs/issues