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
{{ message }}
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
There are a lot of possible parameter values for a corresponding field label of the model parameters configuration. It is unclear what these are other than looking at examples and grepping through the code base.
MODEL_PARAMS in model_params.py, or config in description.py depending if using the custom OPF Client or OpfRunExperiment.
Best if this would be generated by the code itself and placed in the top level directory, e.g. pydoc or doxygen since new possible parameter values are bound to change.
Example fields of modelParams: 'inferenceType', 'encoders'->'type'
Example fields of numeric based values. What is the range (min, max) and acceptable values, and default values. For example if you changed the 'minThreshold' or 'activationThreshold' in 'tpParams'.
This would be a helpful guide for moving beyond the APIs and concentrating more on the configuration and metadata used by the APIs.
The text was updated successfully, but these errors were encountered:
I assume you mean the following file:
/nupic/py/nupic/frameworks/opf/exp_generator/descriptionTemplate.tpl
This would help with a few of the fields, but there is still plenty of other information that would be helpful.
Perhaps also in combination with ExpGenerator.py file and other additional guidelines for the fields.
There are a lot of possible parameter values for a corresponding field label of the model parameters configuration. It is unclear what these are other than looking at examples and grepping through the code base.
This would be a helpful guide for moving beyond the APIs and concentrating more on the configuration and metadata used by the APIs.
The text was updated successfully, but these errors were encountered: