ProxJ

Results 2 comments of ProxJ

Hi @allanj, I noticed that `run_math23k_five_fold.bash` tries to get data from `data/math23k_five_fold/` which is missing as well, but the the paper reports on this. Is it possible to upload the...

For anyone who'll find this in future, `output, _ = model(src, trg[:,:-1])` seems to no longer be there, but the decoder loop in the `Seq2Seq` class starts from 0 to...