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
I noticed that modifiers like SmoothQuantModifier have a parameter calibration_function for the forward pass during calibration. However, it's not clear how to set this calibration_function. For example:
The mappings error is an old bug that was fixed in #37, but strangely the fix has not been merged into the mainline until now.
As stated there, the workaround is to use string mappings, which seems to have no additional pitfalls.
I noticed that modifiers like
SmoothQuantModifier
have a parametercalibration_function
for the forward pass during calibration. However, it's not clear how to set thiscalibration_function
. For example:Additionally, I found that initializing
SmoothQuantModifier
without using YAML for themappings
parameter results in an error #105This results in the following error:
The text was updated successfully, but these errors were encountered: