Skip to content

Commit

Permalink
[caffegen] Minor doc fix
Browse files Browse the repository at this point in the history
This corrects typos and formatting.

ONE-DCO-1.0-Signed-off-by: Piotr Fusik <[email protected]>
  • Loading branch information
pfusik committed Oct 28, 2024
1 parent a97f907 commit 56cf18d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compiler/caffegen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
## How caffegen works

Some of commands in `caffegen` use standard input for reading data and standard output for exporting result.
In this case, we strongly recommand you to use pipe, not copy & paste the content of file itself.
In this case, we strongly recommend you to use pipe, not copy & paste the content of file itself.

Otherwise, `caffegen` use arguments to pass some directories.

## Supported command

Basically, caffgen command is used as `caffegen [COMMAND]` and there are four `COMMAND` types.
Basically, caffegen command is used as `caffegen [COMMAND]` and there are four `COMMAND` types:
- init : initialize parameters using prototxt.
- encode : make a binary file(caffemodel) using initialized data
- decode : decode a binary file(caffemodel) and reproduce the initialized data
- encode : make a binary file (caffemodel) using initialized data
- decode : decode a binary file (caffemodel) and reproduce the initialized data
- merge : copy the trained weights from a caffemodel into a prototxt file

## How to use each command
Expand Down

0 comments on commit 56cf18d

Please sign in to comment.