ARFlow
ARFlow copied to clipboard
Parameters Not Match in Code and Paper
hello, I am writing to point out the config parameter ar_eps and ar_q in conifg don`t match data in code. in code, the data is:
"train": {"ar_eps": 0.0,
"ar_q": 1}
however, in paper, the two parameters should be 0.01 and 0.4
These are critical parameters, after change it, the training behavior changes like following
"train": {"ar_eps": 0.0,
"ar_q": 1}
orange
"train": {"ar_eps": 0.01,
"ar_q": 0.4}