Skip to content

JaydenZeng/HGAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HGAT

tensorflow implementation for HGAT

Requirements

tensorflow-gpu==1.13.1
numpy==1.15.4
sklearn
python 3.7

Usage

  • generate bert embedding by bert-as-service
  • generate graph matrix(sub-question legnth: 15, sub-answer length: 20)
python graph.py
  • generate train and test.pkl (can modify settings in Setting.py)
python Dataset.py
  • train
python train.py
  • test
python train.py --train=False

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages