You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: