Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module '5fa89fc3154996733eabb433e18fa62f' has no attribute 'dw_matmul_large_n' #44

Open
treeson-li opened this issue Oct 22, 2019 · 0 comments

Comments

@treeson-li
Copy link

I installed python 3.6 and tensorflow 1.14. When I use blocksparse, it runs to error:

File "/home/admin1/git/treeson/attention/onsets_frames_transcription/thumt/layers/sparse_attention.py", line 4, in
from blocksparse import BlocksparseTransformer
File "/usr/local/lib/python3.6/dist-packages/blocksparse/init.py", line 15, in
dw_matmul_large_n = _op_module.dw_matmul_large_n
AttributeError: module '5fa89fc3154996733eabb433e18fa62f' has no attribute 'dw_matmul_large_n'

What's wrong with it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant