Clayton Thorrez

Results 4 comments of Clayton Thorrez

I have this issue as well. It can be mitigated by replacing `from collections import Sequence` with `from collections.abc import Sequence`

I think you are misunderstanding the implementation. They are concatenated in the batch dimension in order to get the logps for both in one forward pass instead of two. They...

@VityaVitalich I wrote a blog post which includes an explanation of this. The idea is that if you do an exponential reparameterization of the Bradley-Terry strength parameters, the probabilities can...