Closed lukemarsden closed 2 years ago
now fails with this:
Ah, crap, sorry - I'll be back at my laptop in about 2 hours to fix this. I think it might just be a matter of changing the order of the memory/dill exploding variable checks in kubeflow steps.jinja template. Got a bit overconfident before leaving...
On Mon, 9 May 2022, 17:37 lukemarsden, @.***> wrote:
now fails with this:
[image: Screenshot 2022-05-09 at 16 35 56] https://user-images.githubusercontent.com/264658/167445804-c8d4579c-502b-4487-95a3-aa1d98c65ea5.png
— Reply to this email directly, view it on GitHub https://github.com/SAME-Project/same-project/issues/130#issuecomment-1121262405, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPNHP2E266UQJXZOAH5XC3VJEWNHANCNFSM5VOH46DQ . You are receiving this because you were assigned.Message ID: @.***>
Looks like it's correctly replacing the CSV reader with an exploding variable, but then trying to check the mem size of the exploding variable (which subsequently explodes as designed). So we should do mem check first.
On Mon, 9 May 2022, 17:47 Guy Paterson-Jones, @.***> wrote:
Ah, crap, sorry - I'll be back at my laptop in about 2 hours to fix this. I think it might just be a matter of changing the order of the memory/dill exploding variable checks in kubeflow steps.jinja template. Got a bit overconfident before leaving...
On Mon, 9 May 2022, 17:37 lukemarsden, @.***> wrote:
now fails with this:
[image: Screenshot 2022-05-09 at 16 35 56] https://user-images.githubusercontent.com/264658/167445804-c8d4579c-502b-4487-95a3-aa1d98c65ea5.png
— Reply to this email directly, view it on GitHub https://github.com/SAME-Project/same-project/issues/130#issuecomment-1121262405, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPNHP2E266UQJXZOAH5XC3VJEWNHANCNFSM5VOH46DQ . You are receiving this because you were assigned.Message ID: @.***>
All good! No rush sir! Enjoy your evening 😄
This notebook: https://github.com/SAME-Project/SAME-samples/blob/multi-stage-pipeline/03-road-signs/roadsigns.ipynb
Now fails like this:
(latest
main
as of today)Possibly a regression due to adding the exploding variables support?