I am currently training a model using opennmt-tf, is there any way to convert the checkpoint to ‘model.h5’ or .bin format. I tried ctranslate2, but when i am trying to load the model using fasttext it is is giving me an error. I also tried the instruction from this post
Thank you