hcguoO0/FIA

在评估成功率时运行到vgg_16无报错中断

Opened this issue · 3 comments

image-20230519115934464
在评估成功率时运行到vgg_16无报错中断,是因为缺少什么配置文件吗?

change the utils.py
屏幕截图(16)

change the vgg16 path

change the vgg16 path

I have tried many solutions including changing the path. But I found that the most fundamental reason is that my video memory is not enough, so I modified the batch_size of the batch, and finally solved the problem. Thanks for your reply.