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

sensitivity.py #4

Open
Feng-xixuan opened this issue Nov 19, 2023 · 0 comments
Open

sensitivity.py #4

Feng-xixuan opened this issue Nov 19, 2023 · 0 comments

Comments

@Feng-xixuan
Copy link

Feng-xixuan commented Nov 19, 2023

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!

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

1 participant