Skip to content

Batch Generator y_label argument accepts None value

Bruno Padovese requested to merge BatchGenerator_y_field_None into development

This merge request updates the BatchGenrator's y_field argument to accept a value of None. This is usefull if labels are being creatd dynamically by the transform function or if using the BatchGenrator for inference.

Merge request reports