dawenzi123 / DAGCN

Dual Attention Graph Convolutional Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More detailed explanation

BinWang28 opened this issue · comments

Can more explanation be provided? Many thanks.

Sorry for the inconvenience, a cleaner version will come in the next couple days with clear instructions.

For now, you can run the program as follow.

  1. under the "s2v/" directory, run command "make -j4" to compile the necessary c++ files.

  2. after that, run "./run_DGCNN.sh" would start the program with the default config.

Other configs could be done by using

./run_DGCNN.sh DATANAME FOLD

this would let the program run on dataset = DATANAME with fold number = FOLD ( 1-10 corresponds to which fold to use as test data in cross-validation experiments. 0 for 10-fold cross-validation)

image
Is there a missing parameter here?