VAC_CSLR icon indicating copy to clipboard operation
VAC_CSLR copied to clipboard

Does your model produce different results each time it is run?

Open atonyo11 opened this issue 1 year ago • 4 comments

Hi author. Does your model produce different results each time it is run?

atonyo11 avatar Nov 22 '23 05:11 atonyo11

In our experiments, it will produce the deterministic result with the same random seed. As you can find in the code, we fix most of random seeds.

ycmin95 avatar Dec 11 '23 12:12 ycmin95

Thank you for your reply. But I run with the default code (uncomment loss_weights: SeqCTC: 1.0, ConvCTC: 1.0 for VAC), but I got different result each time.

atonyo11 avatar Dec 12 '23 02:12 atonyo11

It may depend on the environment and the device, thus I couldn't provide clear answer to this question.

ycmin95 avatar Dec 12 '23 08:12 ycmin95

It may depend on the environment and the device, thus I couldn't provide clear answer to this question.

For more information: REPRODUCIBILITY

ycmin95 avatar Dec 12 '23 12:12 ycmin95