Vishal Gupta

Results 8 comments of Vishal Gupta

Hi, I would like to train on weighted mape loss function. Kindly share an example

Hi, On Wed, 17 Apr 2024 at 02:07, Arjun Ashok ***@***.***> wrote: > When you finetune on any other function, you will have to change the last > layer to...

Hi, Can you share an example on how to get the pretrained model embeddings for the lag-llama model. On Wed, 17 Apr 2024 at 02:07, Arjun Ashok ***@***.***> wrote: >...

I got what you are trying to say. With that, further how do you suggest I can add a memory bank which stores frames which I select and then can...

Hey, I experimented a lot with your implementation. Giving multiple prompts in scenraios where object was occluded or reappearing or barely visible, helped a lot... And even without storing any...

I just thought of one thing... is there possibility of doing the following If the object size (in terms of total pixels) becomes small below a value, can model stride...

Hey Buddy, I was going through your code as to how you were able to extend the usable memory length. I see in your code that when creating the buffer...

> Alternatively, you could try interpolating the existing encodings, similar to how the image encoder [interpolates it's position encodings](https://github.com/heyoeyo/muggled_sam/blob/2054d21a7d32cd8e6de3ed2d0dac278f83d7b5f4/lib/v2_sam/components/imgenc_components.py#L155) to match different input sizes. This would at least make it...