Feng Wang

Results 9 comments of Feng Wang

Hi, this is caused by the version of Tensorflow. This code is based on an old version of Tensorflow. The new version have changed some functions like the one "sparse_softmax_cross_entropy_with_logits"

The versions of Tensorflow suitable for this code is too old to get. You may need to checkout the Tensorflow "sparse_softmax_cross_entropy_with_logits" API of the current version you use.

Hi, Sorry for replying late. When training the model, all the data were already lowpassed by EMAN2 script, set the threshold as 0.01 maybe. Besides, we noticed that the first...

Hi It seems related to the python package 'struct' and mrc format. I am not sure whether the mrc header format has changed or not. Maybe you can try another...

Sorry, I have lost the original system information. It may be built on Ubuntu12.04, Tensorflow 0.x, cuda 7.5 , python2.7 etc. For now, it is hard to run successfully without...

Maybe you can try this docker image: Issue #2

You can try the step `4. Picking` in readme.md. The picked coordinate results will be save in relion `.star` format. Then check the picked results in relion. If the results...

Thanks for helping to construct a docker for DeepPicker. I will try to figure out the problems. As far as I can see, the project needs to be revised for...

The project should have no need to compile. The error seems that the cudnn lib you use is not match the TF version or something else.