Nick Dat Le

Results 19 comments of Nick Dat Le

Does anyone know how to save the polygons from the segmentation from imgaug back to the points system that labelme expects?

I did the same thing: ``` from langchain import OpenAI # from langchain.chat_models import ChatOpenAI llm = OpenAI(model_name="gpt-4", temperature=0.9) # llm = ChatOpenAI(model_name="gpt-4", temperature=0.9) ``` I still get the same...

I think that would be a good weekend project. How do you suggest we get started?

Here you go: ``` import math a = math.pow(2, 3) print(a) ```

If it's going to be similar to rust or go, then I think you'll need to build the binaries on that system. You could just run a virtual machine (virtual...

Any update on this? Or will we never have official external webcam support?

> are you planning on using libVLC with the camera plugin API to get USB cameras working with flutter?

Is the alpaca-lora models the weights from llama or is it fine-tuned?

Thank you for your help Sinan! I followed your instructions to: `python test_benchmark_inference.py -p -ppl -d ../path/to/Llama-2-70B-chat-GPTQ/` I have 2x 4090 GPU, it's only using one of them as far...