Aman Arora

Results 8 comments of Aman Arora
trafficstars

> , I trained a model Assuming this is Visformer small?

> . I replace all BN layers with one that splits and passes samples through different BNs based on the batch index ranges, so everything is in one pass and...

Thank you for your help :)

Thank you! I am trying to use `llama` with Instructor as well to get structured outputs. Are you suggesting that using `instructor.patch` is the best way to go forward at...

This is what I tried so far as color palette input and used text tokenizer. ``` caption = 'a nice house with outdoor view [S_1]' bboxes = '[S_1] v0=0 v1=250...

Just want to confirm the best way to extract using caption and color palette as well please for retreival. This is what I have so far based on the input...