I was looking over the code of this script for the pytorch implementation together with @andras-s . I noticed that there is something weird in line 491 (for i in [4]). I am not entirely sure what is the intention of this line, but there is not much of a loop here. This i is used as the run parameter, and determines in which folder the results will be written (line 263). I hope it did not affect your experiments?
Heyhey,
I was looking over the code of this script for the pytorch implementation together with @andras-s . I noticed that there is something weird in line 491 (
for i in [4]
). I am not entirely sure what is the intention of this line, but there is not much of a loop here. Thisi
is used as therun
parameter, and determines in which folder the results will be written (line 263). I hope it did not affect your experiments?