Skip to content
New issue

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

GlassBlur and GridDropout fail test_augmentations_serialization_with_custom_parameters #971

Closed
Dipet opened this issue Jul 28, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@Dipet
Copy link
Collaborator

Dipet commented Jul 28, 2021

Example parameters:

[A.GlassBlur, dict(sigma=0.8, max_delta=5, iterations=3, mode="exact")],
[
    A.GridDropout,
    dict(
        ratio=0.75,
        unit_size_min=2,
        unit_size_max=10,
        shift_x=10,
        shift_y=20,
        random_offset=True,
        fill_value=10,
        mask_fill_value=20,
    ),
],
@Dipet Dipet added the bug Something isn't working label Jul 28, 2021
@ternaus
Copy link
Collaborator

ternaus commented Mar 9, 2024

Cannot reproduce.

Added checks to tests in #1571

@ternaus ternaus closed this as completed Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants