diff --git a/_sources/introduction/setup.md b/_sources/introduction/setup.md index 44756a0..4ab6eea 100644 --- a/_sources/introduction/setup.md +++ b/_sources/introduction/setup.md @@ -20,7 +20,7 @@ This cool interface helps readers go through the learning materials on the web p (google-collab)= ### Running the book in the cloud: Google Collaboratory -In some pages of the tutorial, you will observe that **a rocket icon () appears at the right top of the screen**. This is an indicator that such particular page is includes runable code, which you can conviniently run on the cloud. +In some pages of the tutorial, you will observe that **a rocket icon () appears at the right top of the screen**. This is an indicator that such particular page is includes runable code, which you can conviniently run on the cloud. Google Collaboratory (abbreviated as Collab) is a handy tool in which you can import and run the code in this tutorial. Moreove, you will be able to edit the code, to further explore and extend what you will be learning throughout the tutorial. diff --git a/introduction/setup.html b/introduction/setup.html index 65deba8..229a44f 100644 --- a/introduction/setup.html +++ b/introduction/setup.html @@ -554,7 +554,7 @@
This cool interface helps readers go through the learning materials on the web page. This tutorial can be entirely followed on the web, bypassing the need of installing anything locally. However, the coding materials in this tutorial are interactive. There are different ways in which you can explore and run the code in this tutorial. Next up, we briefly present the additional features of this webbook.
In some pages of the tutorial, you will observe that a rocket icon () appears at the right top of the screen. This is an indicator that such particular page is includes runable code, which you can conviniently run on the cloud.
+In some pages of the tutorial, you will observe that a rocket icon () appears at the right top of the screen. This is an indicator that such particular page is includes runable code, which you can conviniently run on the cloud.
Google Collaboratory (abbreviated as Collab) is a handy tool in which you can import and run the code in this tutorial. Moreove, you will be able to edit the code, to further explore and extend what you will be learning throughout the tutorial.
Note
diff --git a/melodic_analysis/exploring-raga.html b/melodic_analysis/exploring-raga.html index ff47992..1b5e208 100644 --- a/melodic_analysis/exploring-raga.html +++ b/melodic_analysis/exploring-raga.html @@ -1432,14 +1432,14 @@2023-11-29 16:45:52.311728: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/cv2/../../lib64:
-2023-11-29 16:45:52.311758: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
+2023-11-29 16:48:08.811119: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/cv2/../../lib64:
+2023-11-29 16:48:08.811144: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
-2023-11-29 16:45:53.442167: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/cv2/../../lib64:
-2023-11-29 16:45:53.442192: W tensorflow/stream_executor/cuda/cuda_driver.cc:269] failed call to cuInit: UNKNOWN ERROR (303)
-2023-11-29 16:45:53.442210: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:156] kernel driver does not appear to be running on this host (fv-az1020-639): /proc/driver/nvidia/version does not exist
-2023-11-29 16:45:53.442388: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 FMA
+2023-11-29 16:48:09.977904: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/cv2/../../lib64:
+2023-11-29 16:48:09.977928: W tensorflow/stream_executor/cuda/cuda_driver.cc:269] failed call to cuInit: UNKNOWN ERROR (303)
+2023-11-29 16:48:09.977947: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:156] kernel driver does not appear to be running on this host (fv-az774-635): /proc/driver/nvidia/version does not exist
+2023-11-29 16:48:09.978121: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 FMA
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
@@ -1727,11 +1727,16 @@ 3.2 Visualising predominant pitch
-{54.997834212038505: 'R2',
- 109.99566842407701: 'R2',
- 219.99133684815402: 'R2',
- 439.98267369630804: 'R2',
- 879.965347392616: 'R2',
+{73.4133009992652: 'P',
+ 146.8266019985304: 'P',
+ 293.6532039970608: 'P',
+ 587.3064079941216: 'P',
+ 1174.6128159882435: 'P',
+ 82.40364421278775: 'D2',
+ 164.8072884255755: 'D2',
+ 329.614576851151: 'D2',
+ 659.229153702302: 'D2',
+ 1318.458307404604: 'D2',
87.30361988416256: 'N2',
174.60723976832512: 'N2',
349.21447953665023: 'N2',
@@ -1742,26 +1747,21 @@ 3.2 Visualising predominant pitch
-[<matplotlib.lines.Line2D at 0x7f27dc48da60>]
+[<matplotlib.lines.Line2D at 0x7f52d44094c0>]
@@ -2317,7 +2317,7 @@ Fixing tonic errors in folded plots
-