rulin-jone / Image-manipulation-detection

基于论文Learning Rich Features for Image Manipulation Detection的学习与代码详解
MIT License
19 stars 3 forks source link

I get a problem when traing the model #3

Closed wangdalin closed 3 years ago

wangdalin commented 3 years ago

the error info is " Allocation of XXXXXXXX exceeds 10% of system memory" , I run the code on a 64GB memory server with 12GB memory GPU, I want to know whether my server's memory is big enough to run the code ,or just I run it in a wrong way

rulin-jone commented 3 years ago

sorry, i just see your problem. your server's memory is big enough to run the code. Maybe you don't have a folder path to save the training model, or there is not enough space left on the hard disk.

wangdalin commented 3 years ago

I have finished my problem by using another mechine, but still thank you~