-
Notifications
You must be signed in to change notification settings - Fork 1
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
Multipage Calvo Trainer failed in Rodan-staging with 5 images #55
Comments
The inputs need to be assigned in order, which looks similar to: |
For the devs (@kemalkongar @raviraina @GabbyHalpin) who will look into this: The project I shared in Rodan-staging is The workflow run that failed is named as For the inputs, |
I will start looking into this as soon as HPC Fast Trainer is stable, thanks for the detailed issue. |
Note: @martha-thomae has tried the same job (Multipage Calvo Trainer) with 2 images and their layers, and it finished (so it works). |
@deepio @napulen It may be a better idea to try to implement OrderedDict in Rodan, assuming it's a relatively easy (1-2 day) task rather than try to debug this and hope there isn't any human error. Because I can assure you, I will make at least 1 mistake testing this with 5 inputs, given the shifting names. |
I agree! Assuring the inputs was time-consuming. The switched order input issue is here: DDMAL/Rodan#615. |
I don't expect that doing a Maybe, maybe some issues related to serialization could come up. Hopefully From a library perspective, |
Then we'll look into this next week (please bring it up at the scrum since I'll be gone!). I've also read that |
@timothydereuse is leading the next scrum, I think |
I was trying to run the Multipage Calvo Trainer
(Training model for Patchwise Analysis of Music Document
) in Rodan-staging, with 5 images inputs and each image has 3 rgba - layer inputs:Layer 0 (background)
,Layer 1
,Selected Regions
that comes from the Pixel.js job in another workflow (all files related are attached below). It failed with the following error:The error details are:
To replicate this issue:
The workflow I used looks like:
where the input ports are
image
,Layer 0 (background)
,Layer 1
,Selected Regions
(each has five), trying with Salzinnes folios 006r, 066v, 106r, 166v, A06r, which can be found in my project in Rodan-staging (shared with devs) or here.The setting for the Calvo Trainer was:
Maximum number of samples per label: 100
Patch width: 32
Patch height: 32
Maximum number of training epochs: 5
Batch Size: 1
The text was updated successfully, but these errors were encountered: