Anant Gupta

Results 6 issues of Anant Gupta

How can I use pre trained weights on COCO dataset and finetune them on my dataset for yolov4 and yolov4 tiny? While loading the model only Pytorch weights are used....

I was trying to run the [colab file](https://colab.research.google.com/drive/1lzjbBQsF4X2C2WZhxBJz0wFEQor7F-fv?usp=sharing) provided by author. getting this error ``` ImportError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 from mmdet.apis import init_detector,...

### Bug Description getting `openai.BadRequestError: Error code: 400 - {'error': {'message': "Invalid parameter: messages with role 'tool' must be a response to a preceeding message with 'tool_calls'` error when using...

bug
triage

### Describe the bug I am not able to update the trace name user with `langfuse_context.update_current_trace` ![image](https://github.com/user-attachments/assets/577edaed-1019-45c8-91c6-5e450f501811) ![image](https://github.com/user-attachments/assets/79d0605e-3633-4b90-9a25-65984e0750ab) ### To reproduce ```python from openai import AzureOpenAI from langfuse.decorators import langfuse_context,...

🐞❔ unconfirmed bug
integration-python-decorator

## Bug Fix Resolved an issue where the chunk size parameter was not being correctly applied during vector index creation. ## Changes - Modified vector index creation to properly utilize...

I have domain-specific data that I've preprocessed from PDFs into a `c4_demo.json` format, where each entry looks like `[{"text": "

help wanted
question