-
I didn't know there was a CLI until just now when I saw the release artifact. Is it possible to use the CLI to run the examples somehow, without even having to compile any Rust code? If so that would be cool to have instructions for in the examples. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The command line is mostly meant for auditing networks, debugging issues, etc. My ML colleague also use it for visualizing, "flopping" (evaluate number of ops) or profiling nets. It is also used by the CI for running some full network tests. It may be worth writing a bit of documentation for it in the form of cooking recipes. Feel free to play with it, I will answer questions too, but be aware of the following caveats :
|
Beta Was this translation helpful? Give feedback.
The command line is mostly meant for auditing networks, debugging issues, etc. My ML colleague also use it for visualizing, "flopping" (evaluate number of ops) or profiling nets. It is also used by the CI for running some full network tests. It may be worth writing a bit of documentation for it in the form of cooking recipes.
Feel free to play with it, I will answer questions too, but be aware of the following caveats :