Tom Young

Results 7 issues of Tom Young

Hi, Thank you so much for this release! I am wondering, how to make the margins the same for every page exactly? Right now, it seems that the size of...

Hi, thank you for this work. When I run the code, I find that the training process is fast but the generated response is continuously very bad. How many epochs...

Hi really appreciate the great work! I am wondering, is there a straightforward way to adapt the code for multinode inference? I got 3 A100s each with 3 GPUs of...

cannot open discord link

Thank you for this effort! What do create_data.py and split.py do exactly? Why are they interchangeable?

in postprocess_size() in train_stage_1.py when transpose_img is set to true, we need to **reorder flows** like this flows[:, [0,1]] = flows[:, [1,0]] This makes sure that flows[:, 0] corresponds to...