Skip to content

The CNN example diagram shows 3 conv & pooling layers but the implementation only has 2 #397

Open
@grantgasser

Description

@grantgasser

In the CNN tutorial, the diagram shows a CNN with 3 convolutional and pooling layers, but the implementation has 2 convolutional and pooling layers, which may be confusing or misleading to beginners.

I'd be happy to add the 3rd layer to the implementation and make a PR.

Cheers.

Activity

linked a pull request that will close this issue on Jul 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @grantgasser

      Issue actions

        The CNN example diagram shows 3 conv & pooling layers but the implementation only has 2 · Issue #397 · aymericdamien/TensorFlow-Examples