qsnctf{Lrp5mJcdEbbv2bnf6HQSNh} F | ez_model | 题目附件是一个pth文件,百度发现是一个ai的模型,写一个代码读取文件内容 import torch pthfile = r"C:/Users/Xia/Desktop/ez_model/easy.pth" #.pth文件的路径 model = torch.load(pthfile, torch.device('cpu')) #设置在cpu环境下查询 print('type...