Torch.det annoying warning

   WARNING batched routines are designed for small sizes. It might be better to use the
   Native/Hybrid classical routines if you want good performance.

How to disable this warning produced by torch.det?
Have seen some issues related to that in github but no practical solution

2 Likes