Skip to content

Learn out_scale #701

Closed Answered by maljoras
bus6479 asked this question in Q&A
Dec 13, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @bus6479, many thanks for the question.

It is advised to not directly access the "out_scaling_alpha" value, but instead use the method analog_tile.get_scales() to get the scales. This is because there are multiple scales, such as the mapping scaling, that is used for the re-mapping processes. If you use the get_scales method, the overall scale is computed.

Besides this, there is also a weight remapping that multiplies the overall scales and re-sets the weights according to the weight remapping scales. This will re-set the output scales to 1 as the overall scale is applied to the mapping scales. To see how the out_scaling_alpha is changed, you need to turnoff the weight remapping, or wa…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bus6479
Comment options

Answer selected by bus6479
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants