Avinash Madasu
Avinash Madasu
@soumith Currently, all the examples in C++ are related to image classification/ GAN. There are not many examples on text/nlp. I would like to include a starter example on sentence...
Hi, I am using pytorch 1.7.1 and getting the following error: ``` torch.nn.modules.module.ModuleAttributeError: 'VideoGPT2Model' object has no attribute 'output_hidden_states' ```
Hi, Congrats on your amazing work! Can you please upload the MSVD checkpoint and steps for inference?
Hi, Congratulations for the amazing work. I have some doubts regarding rms normalization. 1. Which dimensions should be considered for normalization of a CNN?? In the torch code, default axis...
Hi, Can I train with 3 domains data simultaneously instead of 2 domains as mentioned in the paper?? If so, can you please suggest changes to be made in the...
### Discussion Hello, Congratulations on the amazing work! I have a query about prompts for custom dataset. In the evaluation.md (https://github.com/haotian-liu/LLaVA/blob/main/docs/Evaluation.md) there is an example prompt for multiple choice question....
Hi, Congratulations on the amazing work. Can you release scripts to run on MSVD, DiDeMo and VATEX datasets. Thank you.