Skip to content

Environment

Adrien Anthore edited this page Mar 12, 2024 · 6 revisions

CIANNA

This code lies on CIANNA (Convolutional Interactive Artificial Neural Networks by/for Astrophysicists), a general-purpose deep learning framework primarily developed and used for astronomical data analysis developed by David Cornu. You can download the package from the GitHub repository: https://github.com/Deyht/CIANNA.

Python

The codes provided are tested in Python 3.6.7, however, it should work with any version from 3.6 to 3.9. Here is a list of the packages with their versions that have been tested:

Package Version
NumPy 1.19.2
Astropy 4.1
astrodendro 0.2.0
Numba 0.53.1
Astroquery 0.4.6
tqdm 4.62.3

If you want to test your environment, run the file test_env.py on your computer, it will tell you which package you're missing and if the versions of your package are different from those tested on our machine.

Clone this wiki locally