Description:
We were originally using Conda for this example because it is the easiest way to install GDAL, which is required to read the spectrogram masks from the uncovered spectrogram sensing dataset from MathWorks.
These changes adapt this example to use the Spectrum Sensing dataset in the RIA HDF5 file format, so Conda is not longer required:
Replaced environment.yaml with requirements.txt
Updated the download script to download our self hosted version of the dataset in the RIA HDF5 file format, instead of downloading from the MathWorks mirror.
Updated the notebook to use the dataset in the RIA HDF5 file format.
Clarity has been enhanced in a few places throughout the notebook.
Updated README.md with updated set up instructions.
Added developer dependencies to requirements_dev.txt
Tips for the Reviewer:
Follow the updated instructions in README.md to download the dataset and launch the notebook. Read through the notebook, and be on the lookout for typos and unclear explanations.
I tested on Windows, so it might be prudent for the reviewer to test on Linux.
Description: We were originally using Conda for this example because it is the easiest way to install GDAL, which is required to read the spectrogram masks from the uncovered spectrogram sensing dataset from MathWorks.
These changes adapt this example to use the Spectrum Sensing dataset in the RIA HDF5 file format, so Conda is not longer required:
environment.yaml
withrequirements.txt
README.md
with updated set up instructions.requirements_dev.txt
Tips for the Reviewer: Follow the updated instructions in
README.md
to download the dataset and launch the notebook. Read through the notebook, and be on the lookout for typos and unclear explanations.I tested on Windows, so it might be prudent for the reviewer to test on Linux.
Hardware/Driver Requirements: None.