林豪佳

Results 18 comments of 林豪佳

Thank you for your detailed explanation. I think it is reasonable that regarding the bilinear layer as a simplest implementation of conditional MLP. I'm looking forward to seeing the results...

@Daniel-Liu-c0deb0t Thank you very much! I will have a try.

When I run the script, it shows: Traceback (most recent call last): File "/home/ubuntu/anaconda3/envs/pytorch/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 949, in _build_extension_module check=True) File "/home/ubuntu/anaconda3/envs/pytorch/lib/python3.7/subprocess.py", line 487, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['ninja',...

> I have a similar confusion: the conversation template used in the fine-tuning stage of llava-v1.5 is conv_vicuna_v1, while conv_llava_v1 is used in the inference files. The only difference between...

I meet the same problem. I follow the intallation instructions in [gradio-box](https://github.com/ShoufaChen/gradio-box) and no errors in this process. After running `app.py`, I draw the box and enter the text. However,...

> @linhaojia13 @LiWentomng Fixing the pydantic error helped me solve this issue. @hanoonaR Thank you very much for your reply! Could you please elaborate on what is pydantic error and...

> I meet the same problem. I follow the intallation instructions in [gradio-box](https://github.com/ShoufaChen/gradio-box) and no errors in this process. After running `app.py`, I draw the box and enter the text....

> Hi @linhaojia13 , > > Could you please post the terminal log after entering the text? Hi@ShoufaChen, no additional terminal output returns after entering the text, which is as...

It seems the program doesn't step into this function. I add two print line: ``` class ImageSketcher(gr.Image): """Code is from https://github.com/ttengwang/Caption- Anything/blob/main/app.py#L32. Fix the bug of gradio.Image that cannot upload...

As you see, I didn't make any modifications to `app.py' besides the print lines: ![图片](https://github.com/jshilong/GPT4RoI/assets/38275612/fc83e50b-4d35-4404-a62a-ea5fb11043b8)