-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature : Feedback Loop for Ramp #108
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jeafreezy
pushed a commit
to jeafreezy/fAIr
that referenced
this pull request
Sep 18, 2024
Feature : Feedback Loop for Ramp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue:
What does this PR DO ?
PR Implements the Awaiting feedback loop method for RAMP Basemodel !
PR Focuses Mainly on Backend changes to implement feedback method
Methodology
When new feedback is submitted backend picks up the loaded model , zoom level of prediction and base image when mapper is providing feedback , That Published model acts as base model where new feedback will be fit into . Initially Feedback will go back to manager/moderators of model's page . Moderators can see the feedbacks for their published model . They have option to validate good feedbacks while discarding the bad feedbacks ! Feedback loops runs with 1 batch size and 1 epoch by default to avoid overfitting . Maintains different version of model, it will be a new training instance which means manager can always go back to previous version of model if things doesn't work out after applying feedback !
Limitation :
How to test ?
Run predictions from published model , Submit feedbacks from Mapper view , Validate them from Manager View and Apply those to published model and publish new version of model with feedback ! **Mapper View :**
**Manager View :**
Currently Accepted Feedback :
TODO :