-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Hydra for Data Generation + Routine Weekly Merge (#1045)
* Use only one fits file for sampling sources from DES. * Update README.md * Modified file generation to write files on the fly. Fixed color ordering. * Fix default values for image size. * Remove bands from config. * Remove bands from image normalizer. * Remove look-up code. * Refactor inference. * Refactor config. * Initialize Sampler with dataset. * Modify config to use new Asinh Normalizer. * Modify encoder to use list of image normalizers. * Modify data generation to use Hydra. * Add attributes to main config. * Instantiate Sampler with data source. * Preliminary notebook for collating inference outputs. * Interleave memberships to expand to 1280 x 1280 image. * Rename notebook. * Update README.md. * Remove FileDatum, replace with Dict. * Object to tile mapping script. * Update data generation configuration parameters. * Modify default batch size from 1 to 2. * Add summary statistics in inference. * Add Callback Prediction Writer support for DES inference. * Inference callbacks module. Initial commit. * Update output path for object-to-tile dictionary. * Sample shapes for background from DES table. * 500 files in one .pt file. * Style fixes. --------- Co-authored-by: gapatron <[email protected]>
- Loading branch information
Showing
16 changed files
with
575 additions
and
341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 0 additions & 48 deletions
48
case_studies/galaxy_clustering/data_generation/DES_data_extraction.py
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
case_studies/galaxy_clustering/data_generation/catalog_gen.py
This file was deleted.
Oops, something went wrong.
67 changes: 0 additions & 67 deletions
67
case_studies/galaxy_clustering/data_generation/data-gen.sh
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.