??accuracy_thresh
Signature: accuracy_thresh(
y_pred:torch.Tensor,
y_true:torch.Tensor,
thresh:float=0.5,
sigmoid:bool=True)
sigmoid is defaulting to true and this looks suspicious. I see the solution to this problem listed elsewhere. Adding a note here so that people can find it more easily.
Planet problem
With sigmoid=True and running 2 epochs, fbeta=0.919897.
With sigmoid=False and running 2 epochs fbeta=0.877486.