uber-research / sbnet

Sparse Blocks Networks
Other
436 stars 91 forks source link

AttributeError: module 'f21c708d1ddc75dcce283dd13fe531f7' has no attribute 'sparse_gather' #14

Closed dhingratul closed 6 years ago

dhingratul commented 6 years ago

File "/sbnet_tensorflow/benchmark/sparse_conv_lib.py", line 123, in _sparse_scatter_grad dout_dx = sbnet_module.sparse_gather( AttributeError: module 'f21c708d1ddc75dcce283dd13fe531f7' has no attribute 'sparse_gather'

andrei-pokrovsky commented 6 years ago

Hi, what's your system configuration including hw/os/software versions?

dhingratul commented 6 years ago

Ubuntu 16.04, Cuda 9/cudnn 7.1, GTX 1080Ti Dual, tensorflow (pip) = 1.8.0

dhingratul commented 6 years ago

This is reproducible with TF 1.2 version/ Cuda 8-0, from the older commits in the repository.

dhingratul commented 6 years ago

There was an issue with a broken symlink, as make clean doesn't remove the symlink. Hence re-running make creates a broken symlink for some reason.