Skip to content

Commit 4fc98e0

Browse files
authored
Update README.md
1 parent 66f390a commit 4fc98e0

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/TensorFlowNET.Core/Protobuf/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Download compiler from https://github.com/protocolbuffers/protobuf/releases
22
```shell
3-
set SRC_DIR=D:\Projects\tensorflow-1.12.0\tensorflow\core\framework
3+
set SRC_DIR=D:\Projects\tensorflow\tensorflow\core\framework
44
set DST_DIR=D:\Projects\TensorFlow.NET\src\TensorFlowNET.Core\Protobuf
55

66
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
1212
protoc -I=%SRC_DIR% --csharp_out=%DST_DIR% versions.proto
1313
protoc -I=%SRC_DIR% --csharp_out=%DST_DIR% function.proto
1414
protoc -I=%SRC_DIR% --csharp_out=%DST_DIR% graph.proto
15-
```
15+
```
16+
17+
```shell
18+
set SRC_DIR=D:\Projects\tensorflow\tensorflow\core\protobuf
19+
protoc -I=%SRC_DIR% --csharp_out=%DST_DIR% saver.proto
20+
```

0 commit comments

Comments
 (0)