We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the issue Albumentations transforms are not being properly parsed by jsonargpase.
To Reproduce (optional, but appreciated)
terratorch fit -c tests/resources/configs/manufactured-finetune_prithvi_vit_100.yaml
Screenshots or log output (optional)
- Expected a <class 'NoneType'> - Problem with given class_path 'albumentations.HorizontalFlip': Validation failed: Key 'p' is not expected
However, the argument p exists.
p
The text was updated successfully, but these errors were encountered:
For me it was working on albu.. 1.3.1, can't install albumentations==1.4.21 (dep. conflict)
Sorry, something went wrong.
@Joao-L-S-Almeida can you please send exact instructions to reproduce? can't reproduce on my side
@Joao-L-S-Almeida investigating (cn u install 1.4.21 on main?)
@Joao-L-S-Almeida saying, it is working on 1.4.10 @romeokienzler to test
romeokienzler
No branches or pull requests
Describe the issue
Albumentations transforms are not being properly parsed by jsonargpase.
To Reproduce (optional, but appreciated)
Screenshots or log output (optional)
However, the argument
p
exists.The text was updated successfully, but these errors were encountered: