FutureWarning: The frame.append method is deprecated and will be removed from pandas in a futur FutureWarning: The frame.append method is deprecated and will be removed from pandas in a futur。
.pt/pth 文件读取 import torchpath='/media/workstation/4.0T/master/model.pth'pretrained_dict = torch.load(path)for k, v in pretrained_dict.items():# k 参数名 v 对应参数值 print(k)