Contents:
Determines if the dataset will generate ‘raw’ IQ data, which means no transform and target transforms have been applied.
transforms (list) – A list of transformations to be applied to the data.
target_transforms (list) – A list of target transformations.
True if no transformations are applied, indicating raw IQ data; otherwise False.
bool