Haotian Cui

Results 89 comments of Haotian Cui

Yes, only cuDNN wrapper errors. I tried clean and reinstall but no help. I put the cuDNN header in /usr/local/cuda-7.0/include/ and the lib files in /usr/local/cuda-7.0/lib64/. Is this the reason?

Sorry, the total error message is like this. It's quite long. ''' running build_ext cythoning ./cudarray/wrap/cudart.pyx to ./cudarray/wrap/cudart.cpp building 'cudarray.wrap.cudart' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes...

It's "0.20.1post0" ! Seems find the problem. But I already tried `pip install cython==0.23` , how to update it?

Cython is not updated this way. Even after `pip uninstall cython`, `import cython; print(cython.__version__)` shows 0.20.1post0. There are some related files left in the system: /home/suber/Git/caiyun-backend/.py/lib/python2.7/site-packages/IPython/extensions/cythonmagic.py /home/suber/Git/caiyun-backend/.py/lib/python2.7/site-packages/IPython/extensions/cythonmagic.pyc /home/suber/Git/caiyun-backend/.py/lib/python2.7/site-packages/scipy/linalg/cython_blas.pxd /home/suber/Git/caiyun-backend/.py/lib/python2.7/site-packages/scipy/linalg/cython_blas.so /home/suber/Git/caiyun-backend/.py/lib/python2.7/site-packages/scipy/linalg/cython_lapack.pxd...

Thank you. For me I deleted cython directory under /usr/bin, and finally solved it.

Hi, thanks everyone for bringing up this enhancement! Is this PR a way to support custom attention masks? Is this the best walkaround so far, given it is not officially...

Hi, I have a similar question. So can I use the provided model checkpoint for docking RNA? Do you think that would be applicable as a baseline, or do we...

Hi, thank you for the question! For the first question, yes, it is possible. The model is currently trained in similar ways, in the sense that the loss function is...

Hi, thank you for the question. Could you provide more details about your use case? To clarify, the model does not store any cell type names or annotations internally, so...

Hi, thank you for the interesting question! Could you provide more details about your data, do you mean you have scRNA-seq data of T cells in lung cancer tissue samples?...