I was trying Python API for ctranslate2 model conversion and translation.
Model conversion works fine with Python API. I am able to produce a bin file along with shared vocabulary.
When i try Python Translation API, I am getting following error.
import ctranslate2
translator = ctranslate2.Translator(model_path= "path to converted model")
I ask my question here because it’s related to the python api and I don’t think it’s worth creating a topic for it, but is there a performance difference between using the python api and the c++ one? If yes, by several seconds?