Do not let 2 models train at the same time #48

Closed
opened 2023-10-22 16:37:18 +00:00 by sylv · 2 comments
Owner
No description provided.
sylv added the Kind/Feature label 2023-10-22 16:37:22 +00:00
sylv added this to the MVP milestone 2023-10-22 16:37:23 +00:00
sylv added this to the FYP project 2023-10-22 16:37:25 +00:00
Author
Owner

Create a train loop with a second go process that uses channels to request the training of a model.
The model then returns the result in a channel that was provided in the first place, this should allow only one AI to train at the same time.

Create a train loop with a second go process that uses channels to request the training of a model. The model then returns the result in a channel that was provided in the first place, this should allow only one AI to train at the same time.
sylv added the
Priority
High
label 2024-02-10 11:53:30 +00:00
Author
Owner

Code was already done so that the classification tasks don't run at the same time.
Some work needs to be done to ensure that training tasks don't impede the running tasks

Code was already done so that the classification tasks don't run at the same time. Some work needs to be done to ensure that training tasks don't impede the running tasks
sylv closed this issue 2024-04-12 23:44:07 +00:00
sylv reopened this issue 2024-04-12 23:44:11 +00:00
sylv added
Priority
Critical
and removed
Priority
High
labels 2024-04-15 11:23:12 +00:00
sylv closed this issue 2024-04-15 22:04:42 +00:00
Sign in to join this conversation.