audiomentations
audiomentations copied to clipboard
add `__repr__` and `__str__` methods for `Compose` etc
albumentations
has a nice __repr__
and __str__
for their Compose
class that shows the augmentations being used. Would be nice to have the same thing in Compose instead of the generic <audiomentations.core.composition.Compose object at 0x15546be0cdf0>
Good suggestion