Run#

aitlas.run module#

Run an AiTALS workflow with a configuration file.

run(rank, config)[source]#

Load model, if specified in the configuration file, and run the task. It initializes the model and the task, and then runs the task.

main(config_file)[source]#

This is the main entry function for the toolbox It specifies the configuration file, loads the configuration, and runs the task.