yk / icml19_public

21 stars 12 forks source link

Typo in tf_robustify/__init__.py #1

Open s-huu opened 5 years ago

s-huu commented 5 years ago

In the init code, if i == pcc: continue alignments_i, _ = _compute_alignments(xi, lci, i, source=pcc, noise_eps=[neps]) for e, a in alignments_i.items(): wdiff_stats[(pcc, i, e)].append(a)

It looks like it should be using pci instead of i. It's confusing to compare a label with an index. Is that a typo?

EmotionalXX commented 4 years ago

sir,hello. I have some troble running torch_example.py can you run it? if you have made it,please help me