tensorboy

Results 5 issues of tensorboy

Hi, I tried the code but I got "error while loading shared libraries: /usr/local/atlas/lib/libsatlas.so: cannot open shared object file: No such file or directory" I also tried "LD_PRELOAD=/usr/lib/atlas/libtatlas.so.3 matlab", but...

https://github.com/haotian-liu/LLaVA/blob/main/llava/conversation.py#L96 The parameter of resize of pil is (width, height) instead of (H, W) at your code: reference: https://pillow.readthedocs.io/en/stable/reference/Image.html

### feature Would you like to consider merging ImageBind to LLAVA, turning it into a really powerful multimodal LLM? https://github.com/facebookresearch/ImageBind

I'm trying to send image to test_message.py. Here is the code I've modified: ``` import argparse import json import requests import hashlib import base64 from llava.conversation import default_conversation from io...