Does CPU-ONLY Caffe ultilize the page file memory? -


i trying load 16 frame, 3 channels, 300x400 video c3d network c3d_resnet18_ucf101_feature_extraction.prototxt error :

check failed: *ptr host allocation of size 3317760000 failed 

before start forward run program forward net, under normal codition, pc use around 1.1gb memory , around 2.8gb left. have reserved part of secondary internal hardisk memory file paging 5 gb memory.

so how know whether page file not working or caffe fail use page file memory?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -