Open bexx1963 opened 6 years ago
I can find in preprocessing.py that some data augmentation is done to the dataset. Is there any chance of disabling augmentation?
in this line add the parameter jitter=False
jitter=False
I can find in preprocessing.py that some data augmentation is done to the dataset. Is there any chance of disabling augmentation?