Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃挕 [REQUEST] - New recipe tutorial on calculating layer output dimensions #2926

Open
loganthomas opened this issue Jun 10, 2024 · 2 comments 路 May be fixed by #2944
Open

馃挕 [REQUEST] - New recipe tutorial on calculating layer output dimensions #2926

loganthomas opened this issue Jun 10, 2024 · 2 comments 路 May be fixed by #2944

Comments

@loganthomas
Copy link
Contributor

馃殌 Describe the improvement or the new tutorial

This tutorial will help users understand how to transition from convolutional and pooling layers to linear layers in their models.

Learning objectives:

  • How to manually calculate the output dimensions after applying a convolution or pooling layer
  • How to print the shape of internal tensors for inspecting dimensionality changes in a model
  • How to use the torchinfo package to show output dimensions for all layers in a model

Existing tutorials on this topic

No response

Additional context

I created this draft (#2923) as a part of the PyTorch Docathon H1 2024 effort. I did not realize new tutorials weren't being accepted as part of the sprint and was asked to fill out an issue and convert the PR to a draft.

@pratikkorat26
Copy link

If this is not completed, I would like to contribute to it. Please guide me on how to contribute ?

@loganthomas
Copy link
Contributor Author

Draft in #2923

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants