<< "Failed to parse NetParameter file: " << param_file;
LOG(ERROR) << "Parsed file as V0NetParameter: " << param_file;
LOG(ERROR) << "Note that future Caffe releases will not support "
- << "V0NetParameter; use tools/upgrade_net_proto.testbin to upgrade "
+ << "V0NetParameter; use ./build/tools/upgrade_net_proto.bin to upgrade "
<< "this and any other network proto files to the new format.";
if (!UpgradeV0Net(v0_param, ¶m)) {
LOG(ERROR) << "Warning: had one or more problems upgrading "