79525809

Date: 2025-03-21 14:59:38
Score: 3
Natty:
Report link

Do you mean to simply hide or solve this warning? If it is hidden,

import warnings

with warnings.catch_warnings():
    warnings.simplefilter("ignore", UserWarning)
    model.load_state_dict(state_dict, strict=False)
Reasons:
  • RegEx Blacklisted phrase (1.5): solve this warning?
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Hoshiyoru