Omar Arab Oghli

Results 4 issues of Omar Arab Oghli

It would be great if the conversion to [ONNX IR](https://github.com/onnx/onnx/blob/main/docs/IR.md) is supported. This can most probably be done by using the `scripting` concept of [torch.onnx.export](https://pytorch.org/docs/stable/onnx.html) introduced by [TorchScript](https://pytorch.org/tutorials/beginner/Intro_to_TorchScript_tutorial.html).

Hi, loading the model using ```python from transformers import AutoModel model = AutoModel.from_pretrained('path/to/scibert_scivocab_uncased/directory') ``` doesn't work appropriately. When starting to train the fine-tuned model, the following log shows up: ```log...

Is there any plan to upgrade to SpringBoot `>3.x` ? There are major changes which affect this project and unfortunately make it only usable by the `2.7` version. Mainly the...

enhancement
help wanted
Hacktoberfest

I am struggling with using NebulaGraph in a spring boot application and wanna have something similar to `spring-data-neo4j` to be able to use the ORM concepts without adding additional burden...