Minsky520

Results 2 issues of Minsky520

请问训练时候将图像裁剪为固定大小128*128,但是VGG网络输入不该是224*224吗 推理的时候尺寸也不一定是224*224,这种情况为什么网络可以处理

if args.EVALUATION.ckpt_used is not None: filepath = os.path.join(root_model, f'{args.EVALUATION.ckpt_used}.pth') assert os.path.isfile(filepath), filepath print("=> loading model weight '{}'".format(filepath),flush=True) checkpoint = torch.load(filepath) model.load_state_dict(checkpoint['state_dict']) print("=> loaded model weight '{}'".format(filepath),flush=True) ![error](https://github.com/Seunggu0305/VLCounter/assets/80736560/8e6ed881-d642-4b2d-be3b-65fc4e5a72c1)