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

Test inputs require a batch size of 1 #520

Open
JonasHell opened this issue Jul 21, 2023 · 1 comment
Open

Test inputs require a batch size of 1 #520

JonasHell opened this issue Jul 21, 2023 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed testing Testing

Comments

@JonasHell
Copy link

Validation job fails with
'error': "Shape (8, 1, 256, 256) of test input 0 'input0' does not match input shape description: " 'ParametrizedInputShape(min=[1, 1, 32, 32], step=[0, 0, 16, 16]).',
even though these shapes are a valid combination.

(see bioimage-io/collection-bioimage-io#615
and https://github.com/bioimage-io/collection-bioimage-io/actions/runs/5596217298/job/15158187714#step:9:53)

As discussed with @FynnBe offline, test inputs are expected to have a batch size b=1 and therefore the job fails for b>1.

Potential solutions are to either allow test inputs with b>1 or to specify that b must be 1 and to adjust the error message accordningly.

@FynnBe FynnBe added this to the Release 0.5 milestone Jul 21, 2023
@FynnBe
Copy link
Member

FynnBe commented Nov 13, 2024

this may have been fixed already. We need to test if this can still be reproduced

@FynnBe FynnBe added help wanted Extra attention is needed good first issue Good for newcomers testing Testing labels Nov 13, 2024
@FynnBe FynnBe removed this from the Release 0.5 milestone Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed testing Testing
Projects
None yet
Development

No branches or pull requests

2 participants