mrlamm/textual-analogy-parsing

this code is too hard to read

Opened this issue · 0 comments

in torch_utils.py line 396
for _, xs, ys, zs, qs, ls, pls in dataset:

what do the _,xs,ys,zs,qs,ls mean? I tracked the code , but still can`t figure out why the datasets have 7 elements instead of 4 ? Can you tell me ?