Question about an error when loading pretrained models

When I loaded the pretrained model using the following code:
ckp = torch.load(checkpoint, map_location='cpu')
I meet an error which is “UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xb0 in position 3: invalid start byte”

Can anyone fix this problem? Thanks.