copy-paste-aug
copy-paste-aug copied to clipboard
AttributeError: 'CopyPaste' object has no attribute 'update_params'
in line params = self.update_params(params, **kwargs)
in line params = self.update_params(params, **kwargs)
Hello, I got the same error. Did you find a solution? Would be really appreciated if you did and happy to share! Thanks!
Okay, it seems to be the albumentations, I fixed it with installing:
pip install albumentations==0.4.6