-
Notifications
You must be signed in to change notification settings - Fork 20
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
Failed to upload file in two ways probably because of file size #357
Comments
Hi @qin-yu Thank you for the issue. Probably you're referring to this model. I'm checking the image (test_image.npy) uploaded to zenodo and it has shape 96x96x96. However, I can see in the model specifications that the input has a shape 116x116x66. Could you please provide an image of the same shape as the input of the model (116x116x66)? Also could you please confirm that the error was in the uploading interface please? |
Hi @esgomezm Thanks for checking!
Yes, the errors happened during uploading.
The whole ZIP package was generated using StarDist's built-in export-to-bioimage.io function, so I assumed that they must have figured out the size. But if it doesn't look correct to you, I'll see how I can fix it. |
Hi @esgomezm I wonder how should I update the mode? If I just drop the ZIP file into bioimage.io upload interface, it will give me a new DOI. Is this expected? |
Yes, so the way to go is that we blocked the "wrong" version of the model in the PR, merge that PR and when you upload again, using the same zenodo account, it will suggest you update the model. Please, if it doesn't suggest you to update the model, let us know. |
Failed to upload file: Error: Bug : uncompressed data size mismatch
Failed to upload file: NotReadableError: The requested file could not be read, typically due to permission problems that have occurred after a reference to a file was acquired.
Note that these two attempts failed when the test input has size
180 x 180 x 180
and test output of my model is 33 dimensions of that (~2.x GB, a StarDist output). Reducing test input size by half lead to a successful upload.Is this expected or not?
The text was updated successfully, but these errors were encountered: