Skip to content

Commit

Permalink
[nnc] Minor doc fixes
Browse files Browse the repository at this point in the history
This removes an unneeded table of contents and fixes some typos.

ONE-DCO-1.0-Signed-off-by: Piotr Fusik <[email protected]>
  • Loading branch information
pfusik committed Oct 29, 2024
1 parent 00dc8a9 commit fb6ca45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion compiler/nnc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Neural Network Compiler
### DESCRIPTION

nnc is a neural network compiler that transforms neural networks of various formats into source or machine code.
> At this moment only two NN are supported (MobileNet and InceptionV3) in Tensorflow Lite or Caffe format.
> At this moment, only two NN are supported (MobileNet and InceptionV3) in Tensorflow Lite or Caffe format.
### SYNOPSIS

Expand Down
8 changes: 1 addition & 7 deletions compiler/nnc/utils/model_runner/readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# here I write how I run model on my computer

sections:
a) goal of this script
b) examples of code running in author's local machine
c) parametrs and short comment
____
## goal of this script

Here the author has attempted to implement a program capable of running any of the 4 models (caffe, caffe2, tflite, onnx) in a simple and user-friendly manner. The goal of the program is to get the file containing the output of the computation graph at the program output.
_______

## examples of code running in author's local machine
The purpose of the examples below is to demonstrate which arguments and in which order you should use to run this script correctly.
Expand All @@ -32,7 +26,7 @@ $ python model_runner.py -m onnx_runer/model.onnx -i RANDOM.hdf5

------

## parametrs and short comment
## parameters and short comment

-m mean pre learned model which you run
-i mean model's input
Expand Down

0 comments on commit fb6ca45

Please sign in to comment.