TensorFlow-Examples icon indicating copy to clipboard operation
TensorFlow-Examples copied to clipboard

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

Open grantgasser opened this issue 5 years ago • 0 comments

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.

grantgasser avatar Mar 03 '21 03:03 grantgasser