CosmoStat / wf-psf

Data-driven wavefront-based PSF modelling framework.
MIT License
19 stars 9 forks source link

Implement a tf.data.Dataset for handling the input observations #68

Open tobias-liaudat opened 1 year ago

tobias-liaudat commented 1 year ago

This will reduce considerably the memory footprint of the model as it won't require to load the entire dataset in GPU memory. Consequently, it will allow us to train the model in smaller GPUs and/or using more stars.