xryanglab/DeepLinc

sensitivity.py

Opened this issue · 0 comments

Hi, how are these lines of code in sensitivity.py calculated when calculating the sensitivity score?
How did you get "DeepLinc/Encoder/e_dense_1_vars/weights:0"
e_dense_1_weights = sess.run("DeepLinc/Encoder/e_dense_1_vars/weights:0")
e_dense_2_weights = sess.run("DeepLinc/Encoder/e_dense_2_vars/weights:0")
e_dense_3_weights = sess.run("DeepLinc/Encoder/e_dense_3_vars/weights:0")

KeyError: "The name 'DeepLinc/Encoder/e_dense_1_vars/weights:0' refers to a Tensor which does not exist. The operation, 'DeepLinc/Encoder/e_dense_1_vars/weights', does not exist in the graph."

I'd like to have your answer.
Appreciate it!