"invalid model format" when doing predict
lufo816 opened this issue · 0 comments
lufo816 commented
When i use the model i trained to do predict, i receive this error:
src/cxxnet_main.cpp:210: CHECK(fi->Read(&net_type, sizeof(int)) != 0) << "invalid model format";
I wonder know what this mean?Thank you!