Graph-convolutional
Graph-convolutional copied to clipboard
issue in data.py
Hi, while calculating incoming arcs, in line 86 : idx_in = (d * seq_len) + a + tmp_in[a], the value of tmp_in[a] is always 0. Can you verify this line. there is some issue in this