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

Make the col_width customizable #1024

Open
Anselmoo opened this issue Aug 30, 2024 · 0 comments · May be fixed by #1025
Open

Make the col_width customizable #1024

Anselmoo opened this issue Aug 30, 2024 · 0 comments · May be fixed by #1025

Comments

@Anselmoo
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Make it possible to customize the width of the columns for printing larger proposed model names.

Describe the solution you'd like

def __init__(self, oracle, verbose=1): 
    ...

# change to

def __init__(self, oracle, verbose=1, col_width = 18):
    ...

Describe alternatives you've considered

Additional context

class Display(stateful.Stateful):
def __init__(self, oracle, verbose=1):
self.verbose = verbose
self.oracle = oracle
self.col_width = 18

Anselmoo added a commit to Anselmoo/keras-tuner that referenced this issue Aug 30, 2024
@Anselmoo Anselmoo linked a pull request Aug 30, 2024 that will close this issue
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 a pull request may close this issue.

1 participant