夏天是冰红茶
Results
2
comments of
夏天是冰红茶
Hello! I think this feature example can be added to the document, such as selecting a file directory through the File Explorer. After importing the window, buttons can be used...
if args.resume_training is not None : # load checkpoint print(f"已加载权重 {args.resume_training} 到 {args.model}") # 处理 'module.' 前缀 checkpoint = torch.load(args.resume_training) state_dict = checkpoint['state_dict'] state_dict = {k.replace('module.', ''): v for k,...