aryan1165
aryan1165
I have a openNMTPy model ```translator.pt```. While converting it using ```ct2-opennmt-py-converter --model_path himangy_triton_repo/himangy-hi-pa/1/2.pt --output_dir ct2_model --quantization "int8"``` command. I get following error :- ```Traceback (most recent call last): File "/opt/anaconda3/envs/NMT/bin/ct2-opennmt-py-converter",...
I have a pretrained model.bin file which was earlier converted using OpenNMTPy converter using fp32 quantisation. Now i want to reduce the size of the model and thought of quantising...
I want to inference NMT model on android device and found [this](https://github.com/pytorch/android-demo-app/tree/master/Seq2SeqNMT) for demo android application using pytorch lightning. I have a pretrained NMT model which was converted to Ctranslate2...