Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 287 Bytes

CHANGELOG.md

File metadata and controls

8 lines (4 loc) · 287 Bytes

Change Log

Changed the computation of disagreement rates:

  • Instead of taking the argmax of the logits, we sample from a categorical distribution given by the logits instead.

In this way, the temperature parameter actually influences the stochasticity of the sampled predictions.