Galaxy2Galaxy
Project description
Galaxy2Galaxy
Galaxy2Galaxy, or G2G for short, is a library of models, datasets, and utilities to build generative models for astronomical images, based on the Tensor2Tensor library. Similarly to T2T, the goal of this project is to accelerate research in machine learning models applied to astronomical image processing problems.
Install
We recommend users create a conda environment before installing galaxy2galaxy. This makes installing tensorflow and galsim very easy:
$ conda install tensorflow-gpu==1.15
$ conda install -c conda-forge galsim
G2G can then easily be installed using pip inside the environment:
$ pip install git+https://github.com/ml4astro/pixel-cnn.git
$ pip install galaxy2galaxy
Usage
To generate the COSMOS 25.2 sample at native pixel scale and stamp size:
$ g2g-datagen --problem=img2img_cosmos --data_dir=data/img2img_cosmos
This uses GalSim to draw postage stamps and save them in TFRecord format which can then be used for training. This assumes that you have downloaded the GalSim COSMOS sample, if that's not the case, you can dowload it with: galsim_download_cosmos -s 25.2
To train an autoencoder with this data:
$ g2g-trainer --data_dir=data/img2img_cosmos --output_dir=training/cosmos_ae --problem=img2img_cosmos --model=continuous_autoencoder_basic --train_steps=2000 --eval_steps=100 --hparams_set=continuous_autoencoder_basic
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file galaxy2galaxy-0.0.1rc5.tar.gz
.
File metadata
- Download URL: galaxy2galaxy-0.0.1rc5.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0923e686bb772854fb5dc416c5fc4d9918e4aac03518eb8903bcb10d5439cdb |
|
MD5 | 3b203d306bddc3a5034f68585d351b65 |
|
BLAKE2b-256 | dfaa8f53894ea9ee84e425f5795f0a5eb19d2231ce4c28a0f35d1d8507957237 |