Skip to content
This repository was archived by the owner on Jun 19, 2019. It is now read-only.
This repository was archived by the owner on Jun 19, 2019. It is now read-only.

illegal instruction (core dump) #8

@WangLei-UESTC

Description

@WangLei-UESTC

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions