Pengxiang Li

Results 16 issues of Pengxiang Li

Firstly, thanks for your interesting work. For minigpt4, can it be realized directly using video embedding? Just like, ```python query_tokens = self.query_tokens.expand(image_embeds.shape[0], -1, -1) query_output = self.Qformer.bert( query_embeds=query_tokens, encoder_hidden_states=image_embeds, encoder_attention_mask=image_atts,...

[ return rearrange(item / (127.5 - 1.0), 'f h w c -> f c h w')](https://github.com/ExponentialML/Text-To-Video-Finetuning/blob/83e11c702b2fb30248e488bc0a11680cfaa56558/utils/dataset.py#L41C20-L41C74) Change to ```return rearrange(item / 127.5 - 1.0, 'f h w c -> f...

WIP, Not recommended for use, as there are many unresolved issues.

Hi, this is a very outstanding project. However, I ran into some issues while trying to use Azure, as I am not familiar with it. I hope to get some...

Nice work!!! Additionally, I'd like to ask the author if they could provide a testing script for GSM8k?