Kevin Kuei
Kevin Kuei
Thanks for the great work! I tried the demo_test.py to inference demo/demo.jpg, it works fine with the trained model vgg_SCNN_DULR_w9.pth. But when I use my images, it failed to detect...
Is it possible to import from a huggingface model (given a huggingface card ID) directly? I don't want to converting it to GGUF.
Hi! Thanks for the article and the colab example is very useful. Here is one question: In colab code "semantic-search-with-sbert-faiss (1).ipynb": ``` with open('../input/user-query-data/generated_queries_all (1).tsv') as fIn: for line in...
Hi, Thanks for the great article. I've a question here. When executing dbqa(), it returned: free(): invalid next size (normal) Aborted (core dumped) Any idea? == Here are the steps...
請問訓練 (pretraining & fine-tuning)用的程式碼是用哪一套? Axolotl? Llama-factory? 或是其它呢? (huggingface_trl 似乎不支援 pretraining) 可否分享訓練用的設定檔案? 謝謝!
Hi, I can't find any document talking about how to use TRL for pre-training. Can we use SFTTrainer to do pre-training? I mean, I can collect corpus and split them...
Hi, I tried to use Deepstream-7.1 (docker pull nvcr.io/nvidia/deepstream:7.1-samples-multiarch) with my custom yolo model. When I try to build the so file, I got error: ``` # make -C nvdsinfer_custom_impl_Yolo...