We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62272c commit 1dc3b3cCopy full SHA for 1dc3b3c
.gitignore
@@ -32,3 +32,4 @@ third_party/libzmq*
32
*.pyc
33
CIFAR10/output
34
CIFAR10/*.txt
35
+ml/proto
README.md
@@ -141,6 +141,7 @@ protoc --python_out=ml <.proto file location>
141
Example:
142
```
143
protoc --python_out=ml proto/payload.proto
144
+protoc --python_out=ml proto/utility.proto
145
146
147
0 commit comments