fix upgrade_net_proto name
authorJeff Donahue <jeff.donahue@gmail.com>
Fri, 21 Mar 2014 22:58:06 +0000 (15:58 -0700)
committerJeff Donahue <jeff.donahue@gmail.com>
Fri, 28 Mar 2014 06:42:28 +0000 (23:42 -0700)
src/caffe/net.cpp

index d7c922c1cbf29b8acf6d6042278b37087b2e6521..3483509c9ba1d9cf0eb8d5e8526b85e30378b788 100644 (file)
@@ -36,7 +36,7 @@ Net<Dtype>::Net(const string& param_file) {
         << "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, &param)) {
       LOG(ERROR) << "Warning: had one or more problems upgrading "