Skip to content
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

Batch processing could spin up as a seperate job #26

Open
PolarBean opened this issue Sep 25, 2023 · 2 comments
Open

Batch processing could spin up as a seperate job #26

PolarBean opened this issue Sep 25, 2023 · 2 comments

Comments

@PolarBean
Copy link

I have been training my classifier and then batch processing several images in the bucket. The issue is that i often miscalculate how much time i should allocate to batch processing, and wrongly assume i have enough time left in my session. One possible solution to this would be to submit batch processing jobs as seperate HPC jobs. The benefit of this is that they would not need to be interactive, and could therefore be submitted with very large time allocations since they will be killed when they finish processing. Would this be viable?

@Tomaz-Vieira
Copy link
Contributor

That makes a whole lot of sense, and I think it's doable. I'd have to think about how it would fit the architecture and it might take some time to get it ready. I'll keep this is mind but give it low priority unless you find it to be essential t your workflow.

In the meantime I could also optimize the use of the compute workers by the jobs; Right now I think they are trying so hard not to get in the way of the interactive tasks (the live training) that they might end up running for way longer than they should.

@PolarBean
Copy link
Author

Not essential for our workflow at all just an idea! Sounds like a good idea to put it on the backburner and come back to it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants