yahoo / CaffeOnSpark

Distributed deep learning on Hadoop and Spark clusters.
Apache License 2.0
1.27k stars 358 forks source link

CaffeOnSpark CPU model failed but GPU model success(same scripts and same data) #286

Open ooyanglinoo opened 6 years ago

ooyanglinoo commented 6 years ago

why in CPU model CaffeOnSpark try to fetch test_data first and return java.lang.NullPointerException finally?

image

junshi15 commented 6 years ago

Did you turn on the test phase? if so, change the solver.prototxt to turn it off.

test_iter: 0 test_interval: 0