LICENSE
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/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/dr16_contmask.npy
astroNN/data/dr17_contmask.npy
astroNN/data/gaiadr2_apogeedr14_parallax.npz
astroNN/data/tf1_12.patch
astroNN/data/tf1_14.patch
astroNN/data/tf2_5.patch
astroNN/datasets/__init__.py
astroNN/datasets/apogee.py
astroNN/datasets/galaxy10.py
astroNN/datasets/galaxy10sdss.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/SimpleBayesPolyNN.py
astroNN/models/__init__.py
astroNN/models/apogee_models.py
astroNN/models/base_bayesian_cnn.py
astroNN/models/base_cnn.py
astroNN/models/base_master_nn.py
astroNN/models/base_vae.py
astroNN/models/misc_models.py
astroNN/neuralode/__init__.py
astroNN/neuralode/dop853.py
astroNN/neuralode/odeint.py
astroNN/neuralode/runge_kutta.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/dict_tools.py
astroNN/shared/downloader_tools.py
astroNN/shared/logging.py
astroNN/shared/matplotlib.py
astroNN/shared/nn_tools.py
astroNN/shared/patch_util.py
astroNN/shared/warnings.py
tests/__init__.py
tests/test_apogee_model.py
tests/test_apogee_tools.py
tests/test_datasets.py
tests/test_gaia_tools.py
tests/test_lamost_tools.py
tests/test_layers.py
tests/test_loss_func.py
tests/test_models.py
tests/test_neuralODE.py
tests/test_numpy_tools.py
tests/test_paper_models.py
tests/test_utilities.py
tests/travis_tf_1_12.py