You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 evenpyproject.toml
with atool.nnbench
section.The text was updated successfully, but these errors were encountered: