Hi,
What is the process of installing the final version of the tensorflowjs (and TensorFlow js converter) locally on Linux 18 or 19? I need to use tensorflowjs 1.5.1 in my conversion of my quantization-aware trained TensorFlow model to tensorflowjs, otherwise, I am getting errors with some layers that are recently added to tensorflowjs 1.5.1 (like nonmaxsuppressionv5).
Please guide!
@shnamin please follow these instructions here to use latest version.
hi @rthadur it doesn't show the installation of the latest version of tensorflow converter!?
Hi @shnamin, NonMaxSuppressionV5 is not in converter 1.5.1. The cpu and gpu kernels for this op are implemented and are in core 1.5.1. We will release 1.5.2 tomorrow, so that converter will include this op. Stay tuned.
hi @rthadur it doesn't show the installation of the latest version of tensorflow converter!?
Hi @rthadur, NonMaxSuppressionV5 is supported in 1.5.2. See release note: https://github.com/tensorflow/tfjs/releases/tag/tfjs-v1.5.2
Most helpful comment
Hi @shnamin, NonMaxSuppressionV5 is not in converter 1.5.1. The cpu and gpu kernels for this op are implemented and are in core 1.5.1. We will release 1.5.2 tomorrow, so that converter will include this op. Stay tuned.