From 76e22cef47892d8b532463f80d8e9ae5f4e71a01 Mon Sep 17 00:00:00 2001 From: Jeff Donahue Date: Fri, 21 Mar 2014 15:58:06 -0700 Subject: [PATCH] fix upgrade_net_proto name --- src/caffe/net.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caffe/net.cpp b/src/caffe/net.cpp index d7c922c1..3483509c 100644 --- a/src/caffe/net.cpp +++ b/src/caffe/net.cpp @@ -36,7 +36,7 @@ Net::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, ¶m)) { LOG(ERROR) << "Warning: had one or more problems upgrading " -- 2.34.1