chingyaoc/ggnn.pytorch

What is the meaning of annotation? Have trouble to figure it out..

guotong1988 opened this issue · 1 comments

https://github.com/JamesChuanggg/ggnn.pytorch/blob/master/utils/data/dataset.py#L74-L75

annotation = np.zeros([n_nodes, n_annotation_dim])
annotation[target[1]-1][0] = 1

@JamesChuanggg Thank you!

Oh.. it is in the 3.1 chapter of the paper..
I go directly to code..