Joe Chandler

Results 5 comments of Joe Chandler

@arnavsinghvi11 Thanks for the help! I've noticed that this somewhat starts breaking down once you add more fields that are each dependent on each other. For example: ```py class BasicQA(dspy.Signature):...

@okhat Yes, I believe that LangChain has the option for using OpenAI's function calling API, but I don't know if it uses it as the default. In my experience I...

@cdoersch The most recent code that was pushed for `tapir_clustering` has a bug and did not work for me in the notebook. Looking at the commit [here](https://github.com/google-deepmind/tapnet/commit/ee196bf6f5d241367815e4aeea0606c436e57774), it looks on...

@vrk7 We tried fine-tuning on some self-generated DAVIS labels but did not see a performance improvement with some very limited testing. We haven't completely ruled it out as beneficial but...

Thanks for the reply, that worked well for me. What config parameters did you set for finetuning, such that I could finetune the existing model on the new dataset I...