cxxnet icon indicating copy to clipboard operation
cxxnet copied to clipboard

"invalid model format" when doing predict

Open lufo816 opened this issue 9 years ago • 0 comments

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!

lufo816 avatar Aug 19 '15 02:08 lufo816