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

Closed
opened 2023-10-22 17:37:18 +01:00 by andr3 · 2 comments
Owner
No description provided.
andr3 added the
Kind/Feature
label 2023-10-22 17:37:22 +01:00
andr3 added this to the MVP milestone 2023-10-22 17:37:23 +01:00
andr3 added this to the FYP project 2023-10-22 17:37:25 +01: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.
andr3 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
andr3 closed this issue 2024-04-13 00:44:07 +01:00
andr3 reopened this issue 2024-04-13 00:44:11 +01:00
andr3 added
Priority
Critical
and removed
Priority
High
labels 2024-04-15 12:23:12 +01:00
andr3 closed this issue 2024-04-15 23:04:42 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: andr3/fyp#48
No description provided.