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 am going to deploy a resnet like model on pipecnn. However, the accuracy is extremently low comparing with the results in the simulation framework.
I underestand that the precision_config is used to set the quantiazation bitwidth for weights and input/output feature maps.
May I ask what is the usage of the "addition_precision_config" in layer_config.h. It seems used to convert between char and float data type for batchnorm layer and eltwise layer. Is there any explanation for those parameters in "addition_precision_config"
Many thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I am going to deploy a resnet like model on pipecnn. However, the accuracy is extremently low comparing with the results in the simulation framework.
I underestand that the precision_config is used to set the quantiazation bitwidth for weights and input/output feature maps.
May I ask what is the usage of the "addition_precision_config" in layer_config.h. It seems used to convert between char and float data type for batchnorm layer and eltwise layer. Is there any explanation for those parameters in "addition_precision_config"
Many thanks.
The text was updated successfully, but these errors were encountered: