Skip to content

sensitivity.py #4

@Feng-xixuan

Description

@Feng-xixuan

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions