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 was archived by the owner on Nov 28, 2025. It is now read-only.
Looking at the parsing of the regime file, in utils.py, https://github.com/pulp-platform/nemo/blob/master/nemo/utils.py#L111
it seems there is a bit of confusion with the parameters: x_bit_stop_condition W_bit_stop_condition x_bit_scaler W_bit_scaler
Some of them are stored under the level '0' some other into the root level.
It is not clear what is the hierarchy and whether the parameters at root level overwrite the parameters at level '0'.