Skip to content
This repository was archived by the owner on Oct 18, 2020. It is now read-only.
This repository was archived by the owner on Oct 18, 2020. It is now read-only.

ANN Visualizer: Layer not supported for visualizing #35

@alieskici

Description

@alieskici

I've tried tons of code to run this visualizer. I determined that this tool works only for 'Sequental' models. You should write this into info.

Details

  • Not working if layer sequence start with an 'input' tensor.
inp = Input((3,))
L1 = Dense(6)(inp)

THROWN► ^ ANN Visualizer: Layer not supported for visualizing

Hope you will improve this tool. Because this is beautiful and can't find any other tool to draw as neuron by neuron.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions