Fix Java doc markdown formatting (#6669)

This commit is contained in:
Nat Kershaw (MSFT) 2021-02-19 10:55:27 -08:00 committed by GitHub
parent 2cdfcf85f2
commit 8d78f59c8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,8 +37,9 @@ The Javadoc is available [here](https://javadoc.io/doc/com.microsoft.onnxruntime
An example implementation is located in
[src/test/java/sample/ScoreMNIST.java](https://github.com/microsoft/onnxruntime/tree/master/java/src/test/java/sample/ScoreMNIST.java).
Once compiled the sample code expects the following arguments `ScoreMNIST
<path-to-mnist-model> <path-to-mnist> <scikit-learn-flag>`. MNIST is expected
[path-to-mnist-model] [path-to-mnist] [scikit-learn-flag]`. MNIST is expected
to be in libsvm format. If the optional scikit-learn flag is supplied the model
is expected to be produced by skl2onnx (so expects a flat feature vector, and
produces a structured output), otherwise the model is expected to be a CNN from