Skip to content

Exception: No softmax found. #2

@Yung-zi

Description

@Yung-zi

Have you had this problem?

When I tried to run this code

model = vgg16.VGG16()
model = innvestigate.utils.model_wo_softmax(model),

I met following error:
Exception: No softmax found.

I changed to this

model = innvestigate.utils.keras.graph.model_wo_softmax(model),

It doesn't account.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions