vsearch icon indicating copy to clipboard operation
vsearch copied to clipboard

Training loss function

Open prach6i opened this issue 10 months ago • 1 comments

Can you please share the code for the loss used in the training. Also, in the code you have not used the cts mask, can you explain how is it used during the training?

prach6i avatar Apr 16 '24 20:04 prach6i

Hi, @prach6i. The CTS mask is employed exclusively during the training, and it is not utilized during inference. You can find the pseudocode for the CTS mask in our paper, which should help you implement it. Please feel free to share any specific issues or questions you encounter. We're here to help.

jzhoubu avatar Apr 17 '24 00:04 jzhoubu

Hi @prach6i

We have recently released the training pipeline for our repo. The code for the loss function can be found in the src/vdr/training/loss.py here.

jzhoubu avatar May 17 '24 04:05 jzhoubu