inception icon indicating copy to clipboard operation
inception copied to clipboard

Make training recommender asyncronous per user

Open jcklie opened this issue 7 years ago • 4 comments

Is your feature request related to a problem? Please describe. Right now, the training of recommenders in INCEpTION is syncronous for a user, i.e. configured recommenders are trained one after another. This is bad, because recommenders that need longer to train can slow the whole training process for a user.

Describe the solution you'd like Make the recommender training asynchronous for a user. Recommenders for different users already run in parallel.

jcklie avatar Sep 23 '18 14:09 jcklie

@Rentier hasn't this already been addressed by the scheduler refactoring?

reckart avatar Jan 30 '19 21:01 reckart

More or less. I also wanted running recommenders for a user in parallel, but that is far away.

jcklie avatar Jan 30 '19 21:01 jcklie

So we have two options. Changing the description of this issue for the far away goal or resolving it as a duplicate of the issue under which the schedule refactoring was addressed and opening a new issue for the far away goal.

reckart avatar Jan 30 '19 22:01 reckart

I edited this issue.

jcklie avatar Jan 30 '19 22:01 jcklie