From 53adc1457ab42e32dcf927e8c14f4e0f1fd314c3 Mon Sep 17 00:00:00 2001 From: Francois Chollet Date: Tue, 17 Dec 2024 08:12:40 -0800 Subject: [PATCH] Index vocal track separation example --- scripts/examples_master.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/examples_master.py b/scripts/examples_master.py index 1ad003dd74..19b55c0f07 100644 --- a/scripts/examples_master.py +++ b/scripts/examples_master.py @@ -887,6 +887,12 @@ "title": "Audio Data", "toc": True, "children": [ + { + "path": "vocal_track_separation", + "title": "Vocal Track Separation with Encoder-Decoder Architecture", + "subcategory": "Vocal track separation", + "keras_3": True, + }, { "path": "transformer_asr", "title": "Automatic Speech Recognition with Transformer",