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

Tensor name "dnn/hiddenlayer_0/biases" not found in checkpoint files #6

Closed
csawye01 opened this issue Apr 20, 2018 · 2 comments
Closed

Comments

@csawye01
Copy link

Hello,

I had a few issues installing PlasFlow on my macOS Sierra but it now appears to have installed correctly with all the packages required. The error I am now having is:

NotFoundError (see above for traceback): Tensor name "dnn/hiddenlayer_0/biases" not found in checkpoint files
./Documents/PlasFlow/models/kmer5_split_20_20_neurons_relu/model.ckpt-50000-?????-of-00001
[[Node: save/RestoreV2 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/cpu:0"](_recv_save/Const_0, save/RestoreV2/tensor_names, save/RestoreV2/shape_and_slices)]]

I do not have an in depth understanding of TensorFlow to work out if this issue is caused by a fault in the file I have input or if it simply isn't compatible to run with OS X.

Any help would be appreciated!

@smaegol
Copy link
Owner

smaegol commented Apr 20, 2018

Hi,

I suspect the problem lies in the TensorFlow installation. Unfortunately PlasFlow in the current version requires quite old version of TF, 0.10.RC3, which can be hard to install in the other way than conda.
Have you tried installing tensorflow with pip: pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0rc0-cp35-cp35m-linux_x86_64.whl ? (please note that Python 3.5 is required!).

Unfortunately I haven't tested this software on Mac OS, but this will be fixed in the future release (networks are in the computation now).

best,
Pawel

@smaegol
Copy link
Owner

smaegol commented May 30, 2018

New version of PlasFlow supports MacOs. Please see the updated installation instructions.

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

2 participants