SinLin
SinLin
Hello, thank for your open source. I am trying to understand your code. However, in the data.py, it is confused for me to preprocess the data. In building vocabulary, ```python...
Hi, I have another question. Does batch size affect training? In the paper, Equation 3. mentions that when b gets larger, the empirical value will approach the mean of the...
hi, thank you for your open source. I cannot find the probability ratio clipping and sample re-weighting in the code. Could you tell me where they are? Thanks.