I am trying to run ctranlsate2 on windows 10 system but getting error when trying to run github cloned ctranslate2 .
This is the code I am running from pyhton path within in ctranslate2 folder:
python -m ctranslate2.bin.opennmt_tf_converter --model_path /model/saved_model.model --src_vocab /customEngine_Inference/sample_model1/source_vocabulary.txt --tgt_vocab /customEngine_Inference/sample_model1/target_vovabulary.txt --model_spec TransformerBase --quantization int16 --output_dir output_folder.
ERROR:
Unsuccessful TensorSliceReader constructor: Failed to get matching files on /customEngine_Inference/sample_model1/model.bin: Not found: FindFirstFile failed for: /customEngine_Inference/sample_model1 : The system cannot find the path specified.
; No such process