Ahmed Omar
Ahmed Omar
I'll look into it.
I think `def compute() -> Union[float, torch.Tensor]` makes more sense , but should this return type be universal among all metrics? or just for those like Recall/Precision ? I also...
@vfdev-5 > Probably, there will be an option for SampleWise metric usage which practically returns metric value per sample in the batch. Thus, output type will be a tensor so...
> You can add a check to see if the shift number is larger than or equal to the number of bits in that dtype. If it is larger, you...
Hi @khaiprograms, thanks a lot for your contribution!! I see that `degrees` has the same functionality as `rad2deg`, how about you add a simple one-liner binding to it?