pytorch / tutorials

PyTorch tutorials.
https://pytorch.org/tutorials/
BSD 3-Clause "New" or "Revised" License
8.13k stars 4.04k forks source link

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

Open loganthomas opened 3 months ago

loganthomas commented 3 months ago

🚀 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:

Existing tutorials on this topic

No response

Additional context

I created this draft (https://github.com/pytorch/tutorials/pull/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 commented 3 months ago

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

loganthomas commented 3 months ago

Draft in https://github.com/pytorch/tutorials/pull/2923