Command lines#

  1. check

check

Checks the module works as expected.

<<<

python -m deeponnxcustom check --help

>>>

usage: check [-h] [-v VERBOSE]

Runs a couple of functions to check the module is working.

optional arguments:
  -h, --help            show this help message and exit
  -v VERBOSE, --verbose VERBOSE
                        0 to hide the standout output (default: 1)

(original entry : doc.rst, line 24)