Do not let 2 models train at the same time #48
Notifications
Due Date
No due date set.
Depends on
Reference: sylv/fyp#48
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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