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

Add regular and u-net autoencoders #202

Closed
wants to merge 7 commits into from

Conversation

rajuranpe
Copy link

Added notebook for geophysical, convolutional autoencoders as requested in Issue #143. Includes modular autoencoder structure, autoencoders with skip-connections and attention for more demanding tasks with additional bands or predictions.
Trained and intended to be used on images, that can be normalized and augmented using the included functions. Results can be inspected with t-SNE.

Also code for variational autoencoder that can generate more data or be used for data augmentation, but parameter and architecture tuning is not completed.

@rajuranpe rajuranpe marked this pull request as draft October 11, 2023 18:50
@rajuranpe rajuranpe marked this pull request as ready for review October 12, 2023 06:21
Replaced nonexisting dataset variable from earlier test with an existing one.
@rajuranpe rajuranpe mentioned this pull request Nov 6, 2023
@nmaarnio
Copy link
Collaborator

nmaarnio commented Feb 1, 2024

I moved the autoencoder.py file made by @rajuranpe from PR #221 to this so both the notebook and .py file can be looked at together.

@nmaarnio nmaarnio changed the title Add notebook for autoencoders as per Issue #143 Add autoencoders as per Issue #143 Feb 1, 2024
@nmaarnio nmaarnio changed the title Add autoencoders as per Issue #143 Add regular and u-net autoencoders Feb 22, 2024
@nmaarnio
Copy link
Collaborator

I just realized I am pushing to your forked repo @rajuranpe , sorry. I'll close this PR and open a new one that uses a branch from the main repo.

@nmaarnio nmaarnio closed this Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants