I'd like to convert keras model to tensorflow.js model. I run the offical command :
tensorflowjs_converter --input_format keras \
path/to/my_model.h5 \
path/to/tfjs_target_dir
-bash: tensorflowjs_converter: command not found
How can I solve the problem?