Skip to content

GITA: Graph to Image-Text Assistant for Vision-Language Graph Reasoning

Notifications You must be signed in to change notification settings

WEIYanbin1999/GITA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GITA: Graph to Image-Text Assistant for Vision-Language Graph Reasoning

Install

conda create -n gita python=3.10 -y
conda activate gita
pip install --upgrade pip  # enable PEP 660 support
pip install -e .
pip install -e ".[train]"
pip install flash-attn --no-build-isolation
pip install torch_geometric==2.5.3
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-2.0.1+cu117.html

Please organize the data as follows:

├── dataset
│   ├── GITQA-BASE
│   ├── NODECLS
│   ├── LINKPRED
│   └── ...
└── GIT
    └── ...

About

GITA: Graph to Image-Text Assistant for Vision-Language Graph Reasoning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages