Profiler - Profiling model scripts

Profiler main entry

aup.profiler.__main__ is the Profiler main entry point.

Use it as:

python -m aup.profiler -e <experiment configuration> -m <model list>

The usage is detailed in Profiler.

main()[source]