Do not let 2 models train at the same time #48
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Done But Enhancement Blocking
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Depends on
Reference: andr3/fyp#48
Loading…
Reference in New Issue
Block a user
No description provided.
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