TextLevelGCN icon indicating copy to clipboard operation
TextLevelGCN copied to clipboard

self.seq_edge_w(old_edge_id) error

Open ylwangy opened this issue 4 years ago • 0 comments

model.py
line#181~#184

    try:
        seq_edges_w = self.seq_edge_w(old_edge_id)
    except RuntimeError:
        print(old_edge_id)

I catch a error here. Why it happens and how to solve it ? Thanks!

ylwangy avatar Jun 16 '20 16:06 ylwangy