From 398542499bbbbc6ed05cd3684a63b644ff20b9d1 Mon Sep 17 00:00:00 2001 From: moto <855818+mthrok@users.noreply.github.com> Date: Wed, 13 Sep 2023 16:19:58 -0400 Subject: [PATCH] Remove mention to tutorial --- examples/avsr/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/avsr/README.md b/examples/avsr/README.md index 65bd3621db..11a58bc51b 100644 --- a/examples/avsr/README.md +++ b/examples/avsr/README.md @@ -12,8 +12,6 @@ This directory contains the training recipe for real-time audio, visual, and audio-visual speech recognition (ASR, VSR, AV-ASR) models, which is an extension of [Auto-AVSR](https://arxiv.org/abs/2303.14307). -Please refer to [this tutorial](https://pytorch.org/audio/main/tutorials/device_avsr.html) for real-time AV-ASR inference from microphone and camera. - ## Preparation 1. Install PyTorch (pytorch, torchvision, torchaudio) from [source](https://pytorch.org/get-started/), along with all necessary packages: