tomaat.examples package

Submodules

tomaat.examples.pytorch module

tomaat.examples.tensorflow module

tomaat.examples.tensorflow.create_post_process_pipeline(config)[source]

This is an application-specific function that creates the post_processing pipeline. it returns a callable. :type config: dict a dictionary containing the configuration for this specific task :return: a callable

tomaat.examples.tensorflow.create_pre_process_pipeline(config)[source]

This is an application-specific function that creates the pre_processing pipeline. it returns a callable. :type config: dict a dictionary containing the configuration for this specific task :return: a callable

Module contents