-
Notifications
You must be signed in to change notification settings - Fork 17
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
models with non-static outputs #525
Comments
It sounds like we should only check that the model runs and output dimensions match for such a model. |
yep, that sounds good. For this though, there should be some flag or info in the spec for the CI at least. |
I don't understand why seeding has no hope of working? |
Ok, so then you suggest to fix all the seeds when creating the model (I will do it with the bioimageio library) and then, how do you know the seed when testing it? I'm happy to try if setting a seed works. |
I would suggest to simply always use seed 0. maybe test it manually and if that works I can add it to core to always set the seeds to 0 when testing |
ok! I'll get back with something :) |
Hi there,
Some GAN models (and probably others) do not always generate the same output so it's difficult to test that the output provided by the developer is the same as the one produced with the model.
We could fix a seed in the CI. However, this wouldn't ensure that the seed is the one set by the developer when creating the model and that it will work the same as in github actions.
You can find an example of such a model in this PR that I just corrected and is working even with deepImageJ: https://drive.google.com/file/d/1ujdaAZwXFRYofxyoDrpX0kD6HgsO1TM9/view?usp=sharing
Also, how much time do you think it can take us to correct this or accept the model in the zoo? (The main issue is that the model is perfectly working, and associated to a publication, so it would be nice to have it)
The text was updated successfully, but these errors were encountered: