Graph-convolutional icon indicating copy to clipboard operation
Graph-convolutional copied to clipboard

issue in data.py

Open kasturi710 opened this issue 5 years ago • 0 comments

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

kasturi710 avatar Mar 07 '20 06:03 kasturi710