Skip to content

2snoopy88/GAT-with-batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

GAT-with-batch

implement gat with batch

usage:

input #(batch_size,num_node,c_in)
net=GAT(c_in,c_out,nclass,dropout,alpha,n_heads)
output=net(input)

About

implement gat with batch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages