Skip to content
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 - Ramp #6

Merged
merged 16 commits into from
Jun 14, 2023
Merged

Feature : Feedback - Ramp #6

merged 16 commits into from
Jun 14, 2023

Conversation

kshitijrajsharma
Copy link
Member

What does this PR Do ?

Introducesrun_feedbackmethod to support applying feedback to trained model

Test Example :

from hot_fair_utilities.training import run_feedback
 final_accuracy, final_model_path = run_feedback(
                  input_path=preprocess_output,
                  output_path=train_output,
                  feedback_base_model=os.path.join(
                      settings.TRAINING_WORKSPACE,
                      f"dataset_{dataset_id}",
                      "output",
                      f"training_{feedback}",
                      "checkpoint.tf",
                  ),
                  model_home=os.environ["RAMP_HOME"],
              )

@kshitijrajsharma kshitijrajsharma marked this pull request as ready for review June 14, 2023 09:10
@kshitijrajsharma kshitijrajsharma merged commit f8931e6 into master Jun 14, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant