ALRhub/MP_PyTorch

Delete Warning

Opened this issue · 1 comments

Hi,
would it be possible to delete this warning? :D
https://github.com/ALRhub/MP_PyTorch/blob/main/mp_pytorch/mp/prodmp.py#L624

Try this two lines in the main entrance of the experiment?

import logging
logging.basicConfig(level=logging.ERROR)