Tools from the command lineΒΆ
usage: experimental-experiment [-h] {lighten,unlighten,optimize,run}
experiment-experiment main command line.
positional arguments:
{lighten,unlighten,optimize,run}
Selects a command.
options:
-h, --help show this help message and exit
Type 'python -m experimental_experiment <cmd> --help'
to get help for a specific command.
lighten - makes an onnx model lighter by removing the weights,
unlighten - restores an onnx model produces by the previous experiment
optimize - optimizes an onnx model by fusing nodes
run - run a model and measure the inference time