Open iseunghoon opened 1 year ago
I have the same question, have you trained the model yourself and how many iterations should we use?
Hello, I have a question about iterations. In your paper, you train the model for 5 * 10^5 iterations. However, N_iters in config.txt is set to 5000001. What is the correct number of parameters?
We manually stopped the training after 5 10^5 iterations. The configs can be safely changed to 5 10^5, as to make it stop automatically at the correct number of iterations.
Hello, I have a question about iterations. In your paper, you train the model for 5 * 10^5 iterations. However, N_iters in config.txt is set to 5000001. What is the correct number of parameters?