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
Quantize the kernel weight:
Traceback (most recent call last):
File "caffe-int8-convert-tool-dev.py", line 575, in
main()
File "caffe-int8-convert-tool-dev.py", line 561, in main
weight_quantize(net, net_file, group_on)
File "caffe-int8-convert-tool-dev.py", line 386, in weight_quantize
kernel_size = layer.convolution_param.kernel_size[0]
NameError: global name 'layer' is not defined
how to address this question? please
The text was updated successfully, but these errors were encountered:
Quantize the kernel weight:
Traceback (most recent call last):
File "caffe-int8-convert-tool-dev.py", line 575, in
main()
File "caffe-int8-convert-tool-dev.py", line 561, in main
weight_quantize(net, net_file, group_on)
File "caffe-int8-convert-tool-dev.py", line 386, in weight_quantize
kernel_size = layer.convolution_param.kernel_size[0]
NameError: global name 'layer' is not defined
how to address this question? please
The text was updated successfully, but these errors were encountered: