Hyeonsoo Moon

Results 20 issues of Hyeonsoo Moon

Hi, Thanks for the great sources. I can see the amazing performances. When I implemented the code and tried to run the model, I could see that it takes long...

question

Hi, thanks for the great implementations. I am trying to run this code with the multi-object prompt. As you guided, I used ' . ' between each classes, but could...

Hi, I noticed that new module which is using class list as a input of prompt has been newly added to groundingDino. I tried both **get_grounding_output** and **predict_with_classes**, and could...

Hi, I've read the fine-graining documents at https://stanfordnlp.github.io/CoreNLP/ner.html#customizing-the-fine-grained-ner . I wondered if I can add fine-grained NER on my android projects. Is there any way or method that I can...

Hi, I am trying to implement Instance Segmentation example on the android. At the time I first applied it, I met the error saying model verison. So I used the...

Hi, I followed the documents (https://keras.io/examples/nlp/ner_transformers/) to train the NER model. I've been trying to convert the trained model into tflite format, and facing the issue related to the dimension...

stale
stat:awaiting response from contributor
type:bug

Hello, I am training with my custom dataset, and have a question there. What I wanted to make is assistance that can recommend me a proper mode of device depending...

Prior to filing: check that this should be a bug instead of a feature request. Everything supported, including the compatible versions of TensorFlow, is listed in the overview page of...

bug

Hi, thanks for the examples. I faced the issue while initiallzing the app to the android devices which has, Android 11, API 30. If failed with the message of ----------------------------...

Hi, thanks for providing a great examples. It is amazing indeed. While I am deploying the test app for LLM chat, I tried two models which are Gemma and phi-2....