deepset-ai / FARM

:house_with_garden: Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.
https://farm.deepset.ai
Apache License 2.0
1.73k stars 247 forks source link

AdaptiveModel.convert_to_onnx does not save float16 model conversion to output_path #846

Closed cjb06776 closed 2 years ago

cjb06776 commented 2 years ago

Small fix to correct path to output converted ONNX model when enabling float16 conversion.

fixes #845