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
{{ message }}
This repository was archived by the owner on Jun 19, 2019. It is now read-only.
thanks for your code ,but when i run the code ,i got this error:
Traceback (most recent call last):
File "caffemodel_compress.py", line 96, in
caffe_model_compress(netmodel, netweights, output, 6, 2)
File "caffemodel_compress.py", line 20, in caffe_model_compress
for item in net.params.items():
File "/home/wl/caffe/python/caffe/pycaffe.py", line 68, in _Net_params
if len(lr.blobs) > 0])
OverflowError: long int too large to convert to int
help me please!