-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hierarchical scales #1038
base: dev
Are you sure you want to change the base?
Hierarchical scales #1038
Conversation
tracked_parameter_list = (this << 1).tracked_parameter_list | ||
upstream_scaling = (this << 1).scaling_per_output_type | ||
rescaling_int_quant = RescalingIntQuant | ||
bit_width = 6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two bit widths
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still looks like it needs to be addressed?
57304e5
to
79aea69
Compare
79aea69
to
955bb55
Compare
tracked_parameter_list = (this << 1).tracked_parameter_list | ||
upstream_scaling = (this << 1).scaling_per_output_type | ||
rescaling_int_quant = RescalingIntQuant | ||
bit_width = 6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still looks like it needs to be addressed?
Approved after minor typo fixes. |
No description provided.