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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added pixel shuffle module #8

Merged
merged 5 commits into from
Jun 24, 2024
Merged

Added pixel shuffle module #8

merged 5 commits into from
Jun 24, 2024

Conversation

Factral
Copy link
Member

@Factral Factral commented Jun 12, 2024

Description

Pixel shuffle implementation and demonstration that using it with conv+pixelshuffle is equivalent to transposedconv2d

Checklist

Ensure your pull request meets the following requirements:

  • I have reviewed existing notebooks to avoid duplications.
  • My notebook is fully executed.
  • I have included a list of all libraries and their versions used in the notebook.
  • The notebook file is named clearly to reflect the topic (e.g., cross-entropy-loss.ipynb).
  • I have placed the notebook in the appropriate directory under notebooks/.
  • My code is simple, precise, and adheres to good coding practices.

@Factral Factral requested a review from guillepinto as a code owner June 12, 2024 14:24
@Factral Factral self-assigned this Jun 12, 2024
@Factral Factral added the module label Jun 12, 2024
@Factral Factral requested a review from guillepinto June 19, 2024 23:44
Copy link
Member

@guillepinto guillepinto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@guillepinto guillepinto merged commit c1f6162 into main Jun 24, 2024
@guillepinto guillepinto deleted the feat/pixel-shuffle branch June 24, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants