diff --git a/recipes/KsponSpeech/ASR/transformer/train.py b/recipes/KsponSpeech/ASR/transformer/train.py index 5be9470ca1..c686b5f00e 100644 --- a/recipes/KsponSpeech/ASR/transformer/train.py +++ b/recipes/KsponSpeech/ASR/transformer/train.py @@ -35,10 +35,8 @@ * Dongwon Kim, Dongwoo Kim 2023 """ -import os -import sys -import torch import logging +import os import sys from pathlib import Path