Sasi Kiran Gaddipati

Results 2 issues of Sasi Kiran Gaddipati

``` /usr/local/lib/python3.7/dist-packages/zeroshot_topics/__init__.py in () 1 __version__ = '0.1.0' 2 ----> 3 from .zeroshot_tm import ZeroShotTopicFinder /usr/local/lib/python3.7/dist-packages/zeroshot_topics/zeroshot_tm.py in () 1 import attr 2 from keybert import KeyBERT ----> 3 from .utils...

When i try to load and run the onnx model, I am getting the following error message. I ran the code from https://github.com/urchade/GLiNER/blob/main/examples/convert_to_onnx.ipynb to save as onnx model. This is...