Batch Generator y_label argument accepts None value
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.