79192612

Date: 2024-11-15 13:41:35
Score: 1
Natty:
Report link

This is due to the behaviour of PRNG. Different code paths might be used. There is no guarantee that all different sequence length will produce exactly the same output samples from the PRNG.

The outputs from 1-15 match while starting from 16 another (probably vectorized) code path will be used. Changes in the sequence length could dispatch to faster code paths

Source: Odd result using multinomial num_samples...

It seems that this may not be an issue in downgraded torch versions.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: EuanG