mirapy-org / mirapy

MiraPy: A Python package for Deep Learning in Astronomy
https://mirapy.org/
MIT License
44 stars 10 forks source link

Autoencoder module #6

Closed swapsha96 closed 5 years ago

swapsha96 commented 5 years ago

Discuss autoencoder module here.

This module will initially contain code for 'Astronomical Image Reconstruction using Autoencoders'.

akhilsinghal1234 commented 5 years ago

declare self.encoded and self.decoded in init.

swapsha96 commented 5 years ago

@akhilsinghal1234 Please leave your reviews in PR instead of issue.

Also, I declared self.decoded but not encoded because it wouldn't be put into use. I guess it is only required when we use autoencoders for feature extraction.