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

12 unet #15

Merged
merged 2 commits into from
Feb 12, 2024
Merged

12 unet #15

merged 2 commits into from
Feb 12, 2024

Conversation

otavioon
Copy link
Collaborator

Implementation of U-Net model for reconstruction

Signed-off-by: Otavio Napoli <otavio.napoli@gmail.com>
Signed-off-by: Otavio Napoli <otavio.napoli@gmail.com>
@otavioon otavioon linked an issue Feb 12, 2024 that may be closed by this pull request
Closed
@otavioon otavioon self-assigned this Feb 12, 2024
@otavioon otavioon requested a review from GabrielBG0 February 12, 2024 00:25
@otavioon otavioon added the In development It is being worked on label Feb 12, 2024
@otavioon otavioon mentioned this pull request Feb 12, 2024
Closed
@otavioon
Copy link
Collaborator Author

otavioon commented Feb 12, 2024

This is the final implementation of U-Net model and some helper modules such as SimpleReconstructionNet. A simple pytest for U-Net was also implemented to check if forward method is working as expected.

Copy link
Collaborator

@GabrielBG0 GabrielBG0 left a comment

Choose a reason for hiding this comment

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

Looks good

@GabrielBG0 GabrielBG0 merged commit dfefa1a into main Feb 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
In development It is being worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unet
2 participants