Skip to main content

Galaxy2Galaxy

Project description

Galaxy2Galaxy Build Status Documentation Status Join the chat at https://gitter.im/ml4astro/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

G2G can easily be installed using pip:

$ pip install galaxy2galaxy[galsim]

Should the install fail because of the GalSim dependency, check the GalSim install guide to fix it.

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.

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

galaxy2galaxy-0.0.1rc4.tar.gz (533.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page