Tutorial 3.3 - Session crashed after using all available RAM

Hi,

I am working on Tutorial 3.3. While running the code, my session keeps failing.

I am getting the following error message:
“Your session crashed after using all available RAM.”

This is happening in both Google Colab and Binder. Could you please show me a way to run this so that the RAM does not crash?

Thank you.

Dear @Anam19,

Sorry for the late answer.

I assume the crash happens when trying to compute the Q-transform with pycbc, correct? If this is the case, you might try to comment cell 16 and uncomment cell 17. It downloads data at 4kHz which is small.

HTH,
Mathieu