From 266e8404754542e5ee6ac5c7c3b339e7c5b5c0df Mon Sep 17 00:00:00 2001 From: JinZr Date: Mon, 7 Oct 2024 16:10:13 +0800 Subject: [PATCH] fixed ``+x`` permission --- egs/libritts/CODEC/encodec/train.py | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 egs/libritts/CODEC/encodec/train.py diff --git a/egs/libritts/CODEC/encodec/train.py b/egs/libritts/CODEC/encodec/train.py old mode 100644 new mode 100755 index 088dbc577..8475ab6e8 --- a/egs/libritts/CODEC/encodec/train.py +++ b/egs/libritts/CODEC/encodec/train.py @@ -13,7 +13,6 @@ import torch.multiprocessing as mp import torch.nn as nn from codec_datamodule import LibriTTSCodecDataModule from encodec import Encodec -from lhotse.cut import Cut from lhotse.utils import fix_random_seed from loss import adopt_weight from scheduler import WarmupCosineLrScheduler