Dilshod Tadjibaev
Dilshod Tadjibaev
Would a workaround of using struct work in this case? Suggesting in case if someone is stuck on this issue.
Done via #1186
Thanks for reporting. Are you able to share your ONNX file so that we attempt to recreate the issue?
Yes. I can confirm the build keeps going. I am not sure what the root cause yet. I'll report back.
OK. I have narrowed down the problem. If the record type is named message pack compressed (RecordType::NamedMpkGz), it will hang but other record types work. NamedMpkGz is default record type....
@seftontycho , let us know if the workaround works for you. I can confirm all ops in your ONNX should be supported (at least they are compiled). I did not...
> I can confirm that this works! Thank you so much for the very quick fix. Great! We will investigate the root cause for NamedMpkGz and will have a fix.
In #1019 PR, I changed the default recordtype to be `NamedMpk` as a temp measure. We will keep this ticket open till we understand what the issue is.
We decided not to support compressed Gz version. Closing it.
@spadarian. Just to give a background. We use locking to update a random seed. By default when a op module (e.g. Conv) is is created, we initialize random weights. One...