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.
Thank you for your code!
when I run the code ,i got an error: illegal instruction (core dump)
I0405 19:50:28.866523 7248 upgrade_proto.cpp:61] Successfully upgraded file specified using deprecated V1LayerParameter
I0405 19:50:28.964052 7248 net.cpp:744] Ignoring source layer loss
compressing layer conv1
test1 here
test2 here
test3 here
illegal instruction (core dump).
i set flags(test* here) to check ,
codebook = np.empty((2**nbit),dtype=np.float32)
print "test3 here"
#t_start = time.time()
wqtz.compress_layer_weights(newlabel, codebook, weights_vec, vec_length, nbit)
#t_stop = time.time()
#kmeans_time = kmeans_time + t_stop - t_start
print "test4"
it seems that error comes from compress_layer_weights().
how can I solve it.