Yonatan Bitton

Results 22 issues of Yonatan Bitton

Hi. I want to invoke query generator with multi-turn data. For example, I have the following dialogue: `["Hi, I love Joe Rogan", "Me too!", "How old is he?"]`. How can...

Hello. I'm trying to run it on Windows (Although it seems that the problem is missing directory so it will happen at Linux as well. ``` yehonata@YEHONATA-TP MINGW64 ~/PycharmProjects/PSCN-master/pynauty-0.6 $...

Hello, I've switched to Linux after I couldn't run it with windows. Now when I execute `make pynauty` I get the following error: ``` `build/temp.linux-x86_64-3.7/src/nautywrap.o -O4 -fPIC In file included...

Hi. I'm trying to use your [colab](https://colab.research.google.com/github/salesforce/LAVIS/blob/main/examples/blip2_instructed_generation.ipynb). I'm trying the most powerful model (the default in the colab): ``` model, vis_processors, _ = load_model_and_preprocess( name="blip2_t5", model_type="pretrain_flant5xxl", is_eval=True, device=device ) ```...

Hey BLIP-2 team, Thanks for your great work! I've been trying to reproduce the BLIP2 COCO ITM fine-tuning using the resources in your repo: 1. [train.py](https://github.com/salesforce/LAVIS/blob/main/train.py) 2. [blip_image_text_matching.ipynb](https://github.com/salesforce/LAVIS/blob/main/examples/blip_image_text_matching.ipynb) 3. [train_caption_coco.sh](https://github.com/salesforce/LAVIS/blob/main/run_scripts/blip2/train/train_caption_coco.sh)...

Hello First - thanks for this amazing repo. I need a pretrained model that I can later fine-tune it on the GQA dataset, but I need a version that wasn't...

Hello, as I asked here: https://stackoverflow.com/questions/48928799/is-it-possible-to-mark-x-value-in-react-sparklines I want to mark x-value in the graph. I've seen you horizontal line, and I need vertical line in some given x point. I...

Hi. In the tfhub of elmo (https://tfhub.dev/google/elmo/2) there is an output like you provide: _elmo: the weighted sum of the 3 layers, where the weights are trainable. This tensor has...

Hello. Thanks for the amazing repository! I built the project and it works great. I am trying to understand the performance test. I would be glad if you can elaborate...

Hello I am trying to use other model and it gets complicated. I was wondering whether someone haev minimal example on how to run inference on existing image from memory?...