This is a repository for extracting storm dataset from MYRORSS. extract.py - finds dataset and performs functions for grabbing specific features for each sample. Places samples in file-system load_data.py - loads the samples into a npy file, using target.py Thereafter: run.py - runs the experiment by utilizing:
- dataset.py - unloads data and normalizes dataset
- experiment.py - loads and trains model
- unet.py - provides architectures to be loaded by experiment.py
- loss_functions.py - contains custom losses