HDlTransformPipeline🔗
Name🔗
HDlTransformPipeline — Represents an instance of a Deep Learning transformation pipeline.
Constructors🔗
CreateDlTransformPipeline |
Create a pipeline of transforms for the training of a deep learning model. |
ReadDlTransformPipeline |
Read a deep learning transform pipeline from a file. |
Methods🔗
CreateDlTransformPipeline |
Create a pipeline of transforms for the training of a deep learning model. |
GetDlTransformPipelineParam |
Retrieve parameter values for a given transform in the transform pipeline, or for the transform pipeline itself. |
ReadDlTransformPipeline |
Read a deep learning transform pipeline from a file. |
SetDlTransformPipelineParam |
Set parameter values for a given transform in the transform pipeline, or for the transform pipeline itself. |
TransformDlSampleBatch |
Apply a pipeline of transforms on a set of images. |
WriteDlTransformPipeline |
Write a deep learning transform pipeline to a file |