From eb3c44379bd531c9a9254867ff63e90a4e50d405 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 2 Jul 2023 16:49:39 +0200 Subject: Basic training --- train.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 train.py (limited to 'train.py') diff --git a/train.py b/train.py deleted file mode 100644 index ebeb4d4..0000000 --- a/train.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/env python3 - -import torchaudio - -# download the datasets -train_dataset = torchaudio.datasets.LIBRISPEECH( - "./data", url="train-clean-100", download=True -) -test_dataset = torchaudio.datasets.LIBRISPEECH( - "./data", url="test-clean", download=True -) -- cgit v1.2.3