Skip to content

Commit 34656dc

Browse files
committed
updated-image-path-STFT-md-file
1 parent f53b701 commit 34656dc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

examples/audio/md/stft.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Author:** [Mostafa M. Amin](https://mostafa-amin.com)<br>
44
**Date created:** 2024/10/04<br>
5-
**Last modified:** 2024/10/04<br>
5+
**Last modified:** 2025/12/08<br>
66
**Description:** Introducing the `STFTSpectrogram` layer to extract spectrograms for audio classification.
77

88

@@ -605,8 +605,7 @@ plt.show()
605605

606606

607607

608-
![png](https://github.com/keras-team/keras-io/blob/master/examples/audio/img/stft/raw_audio.png)
609-
608+
![png](/img/examples/audio/stft/raw_audio.png)
610609

611610

612611
Plot a Spectrogram
@@ -618,7 +617,7 @@ plot_single_spectrogram(sample_wav_data)
618617

619618

620619

621-
![png](https://github.com/keras-team/keras-io/blob/master/examples/audio/img/stft/spectrogram.png)
620+
![png](/img/examples/audio/stft/spectrogram.png)
622621

623622

624623

@@ -631,7 +630,7 @@ plot_multi_bandwidth_spectrogram(sample_wav_data)
631630

632631

633632

634-
![png](https://github.com/keras-team/keras-io/blob/master/examples/audio/img/stft/multiband_spectrogram.png)
633+
![png](/img/examples/audio/stft/multiband_spectrogram.png)
635634

636635

637636

@@ -1788,7 +1787,7 @@ plt.show()
17881787

17891788

17901789

1791-
![png](https://github.com/keras-team/keras-io/blob/master/examples/audio/img/stft/training.png)
1790+
![png](/img/examples/audio/stft/training.png)
17921791

17931792

17941793

0 commit comments

Comments
 (0)