Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
1b78603
Export to ONNX and Maml cross-platform executable
codemzs May 28, 2018
1508cd4
misc.
codemzs May 29, 2018
c6763f3
PR feedback.
codemzs May 30, 2018
b04ef49
PR feedback.
codemzs May 30, 2018
eaa8e3a
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
codemzs May 30, 2018
de02e1e
resolve merge issues.
codemzs May 30, 2018
6f4434e
cleanup.
codemzs May 30, 2018
6c97416
cleanup.
codemzs May 30, 2018
534fcd1
PR feedback.
codemzs May 30, 2018
caebed0
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
codemzs May 30, 2018
692b526
update test baselines.
codemzs May 30, 2018
6c92033
cleanup.
codemzs May 30, 2018
e466157
cleanup.
codemzs May 30, 2018
5a04795
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
codemzs May 31, 2018
8ef9b3f
PR feedback.
codemzs May 31, 2018
64cdb80
PR feedback.
codemzs May 31, 2018
3276dd3
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
codemzs Jun 1, 2018
c6bc1c6
PR feedback.
codemzs Jun 1, 2018
17a738a
update baselines and regenerate csharp APIs.
codemzs Jun 1, 2018
5090d24
Add link to the commit in ONNX MD file.
codemzs Jun 1, 2018
4cfed38
PR feedback.
codemzs Jun 1, 2018
0a13ad7
cleanup.
codemzs Jun 1, 2018
5bea824
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
codemzs Jun 4, 2018
2ab729f
Add missing attributes to ONNX model.
codemzs Jun 4, 2018
faf528c
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
codemzs Jun 5, 2018
3dfd81f
cleanup.
codemzs Jun 5, 2018
1865825
Merge branch 'master' of https://github.com/dotnet/machinelearning in…
codemzs Jun 6, 2018
3562331
add more commands.
codemzs Jun 6, 2018
d20f1a4
cleanup.
codemzs Jun 6, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add link to the commit in ONNX MD file.
  • Loading branch information
codemzs committed Jun 1, 2018
commit 5090d24f663294038aabaff20c473cd7eabe47d2
2 changes: 1 addition & 1 deletion src/Microsoft.ML.UniversalModelFormat/Onnx/OnnxMl.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
protoc.exe -I="E:\protobuf-csharp-port\lib" --csharp_out="E:\protobuf-csharp-port\lib" "E:\protobuf-csharp-port\lib\onnx-ml.proto3"
```

## The proto3 file is current as of 06/01/2018 and generated from onnx-ml.proto3 based on https://github.com/onnx/onnx/pull/1052
## The proto3 file is current as of 06/01/2018 and generated from onnx-ml.proto3 based on the following commit https://github.com/onnx/onnx/commit/33e9cd4182fe468675241fba4ae8a16c2f0bd82f