Replies: 2 comments
-
Hi. Thanks for the question. The values in the array are a combination of the byte data and the dtype used to interpret them. When you use the 'auto' scale it works out 0.25 as the scale for the dtype and that scale forms part of the dtype. If you later load in the same byte data with a different dtype it will have different values.
It's not possible to recover the scale from just the byte data - you have to know the whole dtype to interpret it correctly. When using these formats the scale will generally be stored alongside the data (typically in a So to recap, you can't recover the scale, you need to store it alongside the data. Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
Got it. Thanks for your comment and confirmation. |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm testing microscaling format and have a question to recover scale value from microscaling-formatted Array.
I appreciate your help. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions