-
Notifications
You must be signed in to change notification settings - Fork 284
add tuning result table #2339
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
add tuning result table #2339
Conversation
Signed-off-by: He, Xin3 <xin3.he@intel.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
for more information, see https://pre-commit.ci


PR Type
Enhancement
Description
Added tuning result table printing
Updated max_trials based on available configurations
Diagram Walkthrough
File Walkthrough
base_tuning.py
Enhance tuning results and configuration handlingneural_compressor/common/base_tuning.py
_print_trial_results_tablemethod for formatted table outputadd_trial_resultto call_print_trial_results_tableinit_tuningto adjustmax_trialsbased on availableconfigurations