bhavya-joshi
bhavya-joshi
I am using the following repo to reproduce the inference results. https://github.com/rlawjdghek/StableVITON I have created my test dataset with file structures as follows: test |-- image |-- image-densepose |-- agnostic...
I have fine-tuned Idefics3-8B on my custom dataset using [this](https://github.com/merveenoyan/smol-vision/blob/main/Idefics_FT.ipynb) tutorial. I noticed that the final weights are actually adapter weights as seen in the image.  I think these...
How do I use 'gemini-live-2.5-flash-preview-native-audio-09-2025' in Google ADK agents. I am facing this issue: ``` from google.adk.agents import Agent import os from google.genai.types import ( GenerateContentConfig, HarmBlockThreshold, HarmCategory, SafetySetting, )...