From 4fc98e0a7a804fbcf56e28abbc08c7935a1cd161 Mon Sep 17 00:00:00 2001 From: Haiping Date: Fri, 8 Feb 2019 11:09:03 -0600 Subject: [PATCH] Update README.md --- src/TensorFlowNET.Core/Protobuf/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/TensorFlowNET.Core/Protobuf/README.md b/src/TensorFlowNET.Core/Protobuf/README.md index c3c34cbe..c4ca96ca 100644 --- a/src/TensorFlowNET.Core/Protobuf/README.md +++ b/src/TensorFlowNET.Core/Protobuf/README.md @@ -1,6 +1,6 @@ ### Download compiler from https://github.com/protocolbuffers/protobuf/releases ```shell -set SRC_DIR=D:\Projects\tensorflow-1.12.0\tensorflow\core\framework +set SRC_DIR=D:\Projects\tensorflow\tensorflow\core\framework set DST_DIR=D:\Projects\TensorFlow.NET\src\TensorFlowNET.Core\Protobuf protoc -I=%SRC_DIR% --csharp_out=%DST_DIR% resource_handle.proto @@ -12,4 +12,9 @@ protoc -I=%SRC_DIR% --csharp_out=%DST_DIR% node_def.proto protoc -I=%SRC_DIR% --csharp_out=%DST_DIR% versions.proto protoc -I=%SRC_DIR% --csharp_out=%DST_DIR% function.proto protoc -I=%SRC_DIR% --csharp_out=%DST_DIR% graph.proto -``` \ No newline at end of file +``` + +```shell +set SRC_DIR=D:\Projects\tensorflow\tensorflow\core\protobuf +protoc -I=%SRC_DIR% --csharp_out=%DST_DIR% saver.proto +```