cxxnet
cxxnet copied to clipboard
"invalid model format" when doing predict
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!