Python
python -m venv env
. ./env/bin/activateConda
conda create -n GravWave python=3.7
conda activate GravWaveFor a system that has CUDA
pip install -r requirements-cuda.txtFor a cpu only system
pip install -r requirements-cpu.txtDownload the data (69GB)
kaggle competitions download -c g2net-gravitational-wave-detectionVisualize the data with the visualization jupyter notebook.
To do a full setup of the data on a remote device
. ./full-data-setup.shpython preprocess.pyThis script processes the time series data and puts it into spectrogram jpg format in the ./data directory.
python main.py