-
Notifications
You must be signed in to change notification settings - Fork 4
Upload tutorial to Google Colab #3
Copy link
Copy link
Open
Labels
enhancement ✨An improvement or new featureAn improvement or new featurepriority | medium 🌟This issue is important and will require attention soon, but does not pose any immediate risksThis issue is important and will require attention soon, but does not pose any immediate risks
Metadata
Metadata
Assignees
Labels
enhancement ✨An improvement or new featureAn improvement or new featurepriority | medium 🌟This issue is important and will require attention soon, but does not pose any immediate risksThis issue is important and will require attention soon, but does not pose any immediate risks
Description:
The
spectrogram_segmentationnotebook needs to be uploaded to Google Colab, so that it can be run remotely without needing to clone down the project and set up a Python environment.We hope this will improve the accessibility of the example.
Once the notebook is uploaded, we need to update the link in
README.md.Additional context:
Currently, there is a download script,
download_dataset.py, which is external to the notebook. Perhaps we could upload the dataset somewhere to eliminate the need for the setup step of downloading it. However, I don't know enough about the Colab framework to confirm this. Simplifying things by transitioning to an RIA dataset could help, but it would remove some of the implementation details that I believe are informative.