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

Configure certain classes with files for the command line case #159

Open
nicholasjng opened this issue Nov 11, 2024 · 0 comments
Open

Configure certain classes with files for the command line case #159

nicholasjng opened this issue Nov 11, 2024 · 0 comments

Comments

@nicholasjng
Copy link
Collaborator

In user code, we can easily instantiate a reporter etc. with arguments, but on the command line, this does not work. Therefore, we have to use a different idea.

One possible is jsonargparse, which instantiates builtin and custom classes with arguments given on the command line. Other ideas are mostly related to reading static configuration from a file, for example .nnbench.yaml or even pyproject.toml with a tool.nnbench section.

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

No branches or pull requests

1 participant