MANIFEST.in
README.rst
setup.py
astroNN/__init__.py
astroNN/config.py
astroNN.egg-info/PKG-INFO
astroNN.egg-info/SOURCES.txt
astroNN.egg-info/dependency_links.txt
astroNN.egg-info/requires.txt
astroNN.egg-info/top_level.txt
astroNN/apogee/__init__.py
astroNN/apogee/apogee_shared.py
astroNN/apogee/chips.py
astroNN/apogee/downloader.py
astroNN/apogee/plotting.py
astroNN/data/__init__.py
astroNN/data/anderson_2017_dr14_parallax.npz
astroNN/data/aspcap_l31c_masks.npy
astroNN/data/dr13_contmask.npy
astroNN/data/dr14_contmask.npy
astroNN/data/gaiadr2_apogeedr14_parallax.npz
astroNN/datasets/__init__.py
astroNN/datasets/apogee_distances.py
astroNN/datasets/apogee_rc.py
astroNN/datasets/apokasc.py
astroNN/datasets/galaxy10.py
astroNN/datasets/h5.py
astroNN/datasets/xmatch.py
astroNN/gaia/__init__.py
astroNN/gaia/downloader.py
astroNN/gaia/gaia_shared.py
astroNN/lamost/__init__.py
astroNN/lamost/chips.py
astroNN/lamost/lamost_shared.py
astroNN/models/ApogeeBCNN.py
astroNN/models/ApogeeBCNNCensored.py
astroNN/models/ApogeeCNN.py
astroNN/models/ApogeeCVAE.py
astroNN/models/BayesianCNNBase.py
astroNN/models/CNNBase.py
astroNN/models/Cifar10CNN.py
astroNN/models/ConvVAEBase.py
astroNN/models/MNIST_BCNN.py
astroNN/models/NeuralNetMaster.py
astroNN/models/SimplePolyNN.py
astroNN/models/StarNet2017.py
astroNN/models/_CGANBase.py
astroNN/models/_Galaxy10GAN.py
astroNN/models/_GalaxyGAN2017.py
astroNN/models/__init__.py
astroNN/nn/__init__.py
astroNN/nn/callbacks.py
astroNN/nn/layers.py
astroNN/nn/losses.py
astroNN/nn/metrics.py
astroNN/nn/numpy.py
astroNN/nn/utilities/__init__.py
astroNN/nn/utilities/generator.py
astroNN/nn/utilities/normalizer.py
astroNN/shared/__init__.py
astroNN/shared/custom_warnings.py
astroNN/shared/downloader_tools.py
astroNN/shared/nn_tools.py