-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Add Blocking Permission Request to MNIST demo #4661
Copy link
Copy link
Closed
Labels
0.3Severity: 1 - Critical 🔥Causes a failure of the complete software system, subsystem or a program within the systemCauses a failure of the complete software system, subsystem or a program within the systemType: New Feature ➕Introduction of a completely new addition to the codebaseIntroduction of a completely new addition to the codebase
Metadata
Metadata
Assignees
Labels
0.3Severity: 1 - Critical 🔥Causes a failure of the complete software system, subsystem or a program within the systemCauses a failure of the complete software system, subsystem or a program within the systemType: New Feature ➕Introduction of a completely new addition to the codebaseIntroduction of a completely new addition to the codebase
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature Description
To allow access to metrics during training or testing, we require permissions.
We need to implement an intentional blocking pause while permissions are requested so that the iteration doesn't fail or overload the remote system with requests.
If the remote party denies the request (possibly by accident) we should try to make this easy to recover rather than destroying the whole training loop state.
This is related to this ticket:
#4660
Definition of Done
The training / test loops should be runnable and block on permission requests. The Duet partner should be able to approve these requests and training / testing should continue. Rejection should not break the state of the loop allowing it to be re-requested.